FACT++  1.0
void PrintUsage ( )

Definition at line 441 of file temperature.cc.

Referenced by main().

442 {
443  cout <<
444  "The temperature is an interface to readout the temperature from the power switch.\n"
445  "\n"
446  "The default is that the program is started without user intercation. "
447  "All actions are supposed to arrive as DimCommands. Using the -c "
448  "option, a local shell can be initialized. With h or help a short "
449  "help message about the usuage can be brought to the screen.\n"
450  "\n"
451  "Usage: temperature [-c type] [OPTIONS]\n"
452  " or: temperature [OPTIONS]\n";
453  cout << endl;
454 }

+ Here is the caller graph for this function: