Ignore:
Timestamp:
10/23/11 15:06:51 (13 years ago)
Author:
tbretz
Message:
Added output of commands and states to --help
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/ratescan.cc

    r12242 r12243  
    502502    control.add_options()
    503503        ("max-wait",   var<uint16_t>(150), "The maximum number of seconds to wait to get the anticipated resolution for a point.")
    504         ("resolution", var<double>(0.05), "The minimum resolution required for a single data point.")
     504        ("resolution", var<double>(0.05) , "The minimum resolution required for a single data point.")
    505505        ;
    506506
     
    529529void PrintHelp()
    530530{
     531    Main::PrintHelp<StateMachineRateScan>();
     532
    531533    /* Additional help text which is printed after the configuration
    532534     options goes here */
Note: See TracChangeset for help on using the changeset viewer.