Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    raa88cb9a rf57faf6f  
    99// Author           : Peter Buhr and Rob Schluntz
    1010// Created On       : Fri May 15 23:12:02 2015
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Feb  8 21:10:16 2021
    13 // Update Count     : 642
     11// Last Modified By : Andrew Beach
     12// Last Modified On : Mon Dec  7 15:29:00 2020
     13// Update Count     : 639
    1414//
    1515
     
    492492
    493493static const char * description[] = {
    494         "diagnostic color: never, always, auto",                        // -c
     494        "diagnostic color: never, always, or auto.",            // -c
    495495        "wait for gdb to attach",                                                       // -g
    496         "print translator help message",                                        // -h
     496        "print help message",                                                           // -h
    497497        "generate libcfa.c",                                                            // -l
    498498        "generate line marks",                                                          // -L
     
    500500        "do not generate line marks",                                           // -N
    501501        "do not read prelude",                                                          // -n
    502         "do not generate prelude prototypes => prelude not printed", // -p
     502        "generate prototypes for prelude functions",            // -p
    503503        "only print deterministic output",                  // -d
    504504        "Use the old-ast",                                                                      // -O
     
    506506        "print",                                                                                        // -P
    507507        "<directory> prelude directory for debug/nodebug",      // no flag
    508         "<option-list> enable profiling information: counters, heap, time, all, none", // -S
     508        "<option-list> enable profiling information:\n          counters,heap,time,all,none", // -S
    509509        "building cfa standard lib",                                            // -t
    510510        "",                                                                                                     // -w
Note: See TracChangeset for help on using the changeset viewer.