FACT++  1.0
void PrintUsage ( )

Definition at line 911 of file fscctrl.cc.

Referenced by main().

912 {
913  cout <<
914  "The fscctrl controls the FSC (FACT Slow Control) board.\n"
915  "\n"
916  "The default is that the program is started without user intercation. "
917  "All actions are supposed to arrive as DimCommands. Using the -c "
918  "option, a local shell can be initialized. With h or help a short "
919  "help message about the usuage can be brought to the screen.\n"
920  "\n"
921  "Usage: fscctrl [-c type] [OPTIONS]\n"
922  " or: fscctrl [OPTIONS]\n";
923  cout << endl;
924 }

+ Here is the caller graph for this function: