FACT++  1.0
void PrintUsage ( )

Definition at line 482 of file magicweather.cc.

Referenced by main().

483 {
484  cout <<
485  "The magicweather is an interface to the MAGIC weather data.\n"
486  "\n"
487  "The default is that the program is started without user intercation. "
488  "All actions are supposed to arrive as DimCommands. Using the -c "
489  "option, a local shell can be initialized. With h or help a short "
490  "help message about the usuage can be brought to the screen.\n"
491  "\n"
492  "Usage: magicweather [-c type] [OPTIONS]\n"
493  " or: magicweather [OPTIONS]\n";
494  cout << endl;
495 }

+ Here is the caller graph for this function: