FACT++  1.0
void PrintUsage ( )

Definition at line 574 of file tngweather.cc.

Referenced by main().

575 {
576  cout <<
577  "The tngweather is an interface to the TNG weather data.\n"
578  "\n"
579  "The default is that the program is started without user intercation. "
580  "All actions are supposed to arrive as DimCommands. Using the -c "
581  "option, a local shell can be initialized. With h or help a short "
582  "help message about the usuage can be brought to the screen.\n"
583  "\n"
584  "Usage: tngweather [-c type] [OPTIONS]\n"
585  " or: tngweather [OPTIONS]\n";
586  cout << endl;
587 }

+ Here is the caller graph for this function: