Changeset 18847 for trunk/FACT++/src/mcp.cc
- Timestamp:
- 05/06/17 16:28:24 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/mcp.cc
r16784 r18847 628 628 { 629 629 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" 631 631 "\n" 632 632 "The default is that the program is started without user intercation. " … … 635 635 "help message about the usuage can be brought to the screen.\n" 636 636 "\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"; 639 639 cout << endl; 640 640 }
Note:
See TracChangeset
for help on using the changeset viewer.