Index: trunk/FACT++/src/mcp.cc
===================================================================
--- trunk/FACT++/src/mcp.cc	(revision 18846)
+++ trunk/FACT++/src/mcp.cc	(revision 18847)
@@ -628,5 +628,5 @@
 {
     cout <<
-        "The ftmctrl controls the FSC (FACT Slow Control) board.\n"
+        "The Master Control Program (MCP) coordinates the system to take runs.\n"
         "\n"
         "The default is that the program is started without user intercation. "
@@ -635,6 +635,6 @@
         "help message about the usuage can be brought to the screen.\n"
         "\n"
-        "Usage: fscctrl [-c type] [OPTIONS]\n"
-        "  or:  fscctrl [OPTIONS]\n";
+        "Usage: mcp [-c type] [OPTIONS]\n"
+        "  or:  mcp [OPTIONS]\n";
     cout << endl;
 }
