FACT++  1.0
void PrintHelp ( )

Definition at line 531 of file dclient5.cc.

Referenced by main().

532 {
533  cout << "\n"
534  "The default is that the program is started without user interaction. "
535  "All actions are supposed to arrive as DimCommands. Using the -c "
536  "option, a local shell can be initialized. With h or help a short "
537  "help message about the usuage can be brought to the screen."
538  << endl;
539 
540  /*
541  cout << "bla bla bla" << endl << endl;
542  cout << endl;
543  cout << "Environment:" << endl;
544  cout << "environment" << endl;
545  cout << endl;
546  cout << "Examples:" << endl;
547  cout << "test exam" << endl;
548  cout << endl;
549  cout << "Files:" << endl;
550  cout << "files" << endl;
551  cout << endl;
552  */
553 }

+ Here is the caller graph for this function: