- Timestamp:
- 03/26/12 22:57:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ratecontrol.cc
r12700 r13242 622 622 void SetupConfiguration(Configuration &conf) 623 623 { 624 po::options_description control("Rate scanoptions");624 po::options_description control("Rate control options"); 625 625 control.add_options() 626 626 ("quiet,q", po_bool(), "Disable printing more informations during rate control.") … … 644 644 { 645 645 cout << 646 "The rate scan program is a tool for automation of rate scans.\n"646 "The ratecontrol program is a keep the rate reasonable low.\n" 647 647 "\n" 648 "Usage: rate scan[-c type] [OPTIONS]\n"649 " or: rate scan[OPTIONS]\n";648 "Usage: ratecontrol [-c type] [OPTIONS]\n" 649 " or: ratecontrol [OPTIONS]\n"; 650 650 cout << endl; 651 651 }
Note:
See TracChangeset
for help on using the changeset viewer.