FACT++  1.0
void PrintUsage ( )

Definition at line 692 of file lidctrl.cc.

Referenced by main().

693 {
694  cout <<
695  "The lidctrl is an interface to the LID control hardware.\n"
696  "\n"
697  "The default is that the program is started without user intercation. "
698  "All actions are supposed to arrive as DimCommands. Using the -c "
699  "option, a local shell can be initialized. With h or help a short "
700  "help message about the usuage can be brought to the screen.\n"
701  "\n"
702  "Usage: lidctrl [-c type] [OPTIONS]\n"
703  " or: lidctrl [OPTIONS]\n";
704  cout << endl;
705 }

+ Here is the caller graph for this function: