Ignore:
Timestamp:
05/06/17 16:28:24 (8 years ago)
Author:
tbretz
Message:
Fixed the help text.
File:
1 edited

Legend:

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

    r16784 r18847  
    628628{
    629629    cout <<
    630         "The ftmctrl controls the FSC (FACT Slow Control) board.\n"
     630        "The Master Control Program (MCP) coordinates the system to take runs.\n"
    631631        "\n"
    632632        "The default is that the program is started without user intercation. "
     
    635635        "help message about the usuage can be brought to the screen.\n"
    636636        "\n"
    637         "Usage: fscctrl [-c type] [OPTIONS]\n"
    638         "  or:  fscctrl [OPTIONS]\n";
     637        "Usage: mcp [-c type] [OPTIONS]\n"
     638        "  or:  mcp [OPTIONS]\n";
    639639    cout << endl;
    640640}
Note: See TracChangeset for help on using the changeset viewer.