Changeset 13242 for trunk


Ignore:
Timestamp:
03/26/12 22:57:16 (13 years ago)
Author:
tbretz
Message:
Updated some log-output.
File:
1 edited

Legend:

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

    r12700 r13242  
    622622void SetupConfiguration(Configuration &conf)
    623623{
    624     po::options_description control("Rate scan options");
     624    po::options_description control("Rate control options");
    625625    control.add_options()
    626626        ("quiet,q",       po_bool(),  "Disable printing more informations during rate control.")
     
    644644{
    645645    cout <<
    646         "The ratescan program is a tool for automation of rate scans.\n"
     646        "The ratecontrol program is a keep the rate reasonable low.\n"
    647647        "\n"
    648         "Usage: ratescan [-c type] [OPTIONS]\n"
    649         "  or:  ratescan [OPTIONS]\n";
     648        "Usage: ratecontrol [-c type] [OPTIONS]\n"
     649        "  or:  ratecontrol [OPTIONS]\n";
    650650    cout << endl;
    651651}
Note: See TracChangeset for help on using the changeset viewer.