FACT++  1.0
void PrintUsage ( )

Definition at line 462 of file sqmctrl.cc.

Referenced by main().

463 {
464  cout <<
465  "The sqmctrl is an interface to the Sky Quality Meter.\n"
466  "\n"
467  "The default is that the program is started without user intercation. "
468  "All actions are supposed to arrive as DimCommands. Using the -c "
469  "option, a local shell can be initialized. With h or help a short "
470  "help message about the usuage can be brought to the screen.\n"
471  "\n"
472  "Usage: sqmctrl [-c type] [OPTIONS]\n"
473  " or: sqmctrl [OPTIONS]\n";
474  cout << endl;
475 }

+ Here is the caller graph for this function: