FACT++  1.0
void PrintUsage ( )

Definition at line 491 of file magiclidar.cc.

Referenced by main().

492 {
493  cout <<
494  "The magiclidar is an interface to the MAGIC lidar data.\n"
495  "\n"
496  "The default is that the program is started without user intercation. "
497  "All actions are supposed to arrive as DimCommands. Using the -c "
498  "option, a local shell can be initialized. With h or help a short "
499  "help message about the usuage can be brought to the screen.\n"
500  "\n"
501  "Usage: magiclidar [-c type] [OPTIONS]\n"
502  " or: magiclidar [OPTIONS]\n";
503  cout << endl;
504 }

+ Here is the caller graph for this function: