Index: trunk/FACT++/src/ratecontrol.cc
===================================================================
--- trunk/FACT++/src/ratecontrol.cc	(revision 13241)
+++ trunk/FACT++/src/ratecontrol.cc	(revision 13242)
@@ -622,5 +622,5 @@
 void SetupConfiguration(Configuration &conf)
 {
-    po::options_description control("Rate scan options");
+    po::options_description control("Rate control options");
     control.add_options()
         ("quiet,q",       po_bool(),  "Disable printing more informations during rate control.")
@@ -644,8 +644,8 @@
 {
     cout <<
-        "The ratescan program is a tool for automation of rate scans.\n"
+        "The ratecontrol program is a keep the rate reasonable low.\n"
         "\n"
-        "Usage: ratescan [-c type] [OPTIONS]\n"
-        "  or:  ratescan [OPTIONS]\n";
+        "Usage: ratecontrol [-c type] [OPTIONS]\n"
+        "  or:  ratecontrol [OPTIONS]\n";
     cout << endl;
 }
