Changeset 12203 for trunk/FACT++


Ignore:
Timestamp:
10/18/11 14:00:07 (13 years ago)
Author:
tbretz
Message:
Removed some obsolete output in PrintUsage
File:
1 edited

Legend:

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

    r12201 r12203  
    399399{
    400400    cout <<
     401        /*
    401402        "The feedback control the BIAS voltages based on the calibration signal.\n"
    402403        "\n"
     
    405406        "option, a local shell can be initialized. With h or help a short "
    406407        "help message about the usuage can be brought to the screen.\n"
    407         "\n"
    408         "Usage: feedback [-c type] [OPTIONS]\n"
    409         "  or:  feedback [OPTIONS]\n";
     408        "\n"*/
     409        "Usage: ratescan [-c type] [OPTIONS]\n"
     410        "  or:  ratescan [OPTIONS]\n";
    410411    cout << endl;
    411412}
Note: See TracChangeset for help on using the changeset viewer.