FACT++  1.0
void PrintUsage ( )

Definition at line 2330 of file datalogger.cc.

Referenced by main().

2331 {
2332  cout << "\n"
2333  "The data logger connects to all available Dim services and "
2334  "writes them to ascii and fits files.\n"
2335  "\n"
2336  "The default is that the program is started without user interaction. "
2337  "All actions are supposed to arrive as DimCommands. Using the -c "
2338  "option, a local shell can be initialized. With h or help a short "
2339  "help message about the usage can be brought to the screen.\n"
2340  "\n"
2341  "Usage: datalogger [-c type] [OPTIONS]\n"
2342  " or: datalogger [OPTIONS]\n";
2343  cout << endl;
2344 
2345 }

+ Here is the caller graph for this function: