FACT++  1.0
void PrintUsage ( )

Definition at line 518 of file pwrctrl.cc.

Referenced by main().

519 {
520  cout <<
521  "The pwrctrl is an interface to the interlock hardware.\n"
522  "\n"
523  "The default is that the program is started without user intercation. "
524  "All actions are supposed to arrive as DimCommands. Using the -c "
525  "option, a local shell can be initialized. With h or help a short "
526  "help message about the usuage can be brought to the screen.\n"
527  "\n"
528  "Usage: pwrctrl [-c type] [OPTIONS]\n"
529  " or: pwrctrl [OPTIONS]\n";
530  cout << endl;
531 }

+ Here is the caller graph for this function: