FACT++  1.0
void PrintUsage ( )

Definition at line 3463 of file smartfact.cc.

Referenced by main().

3464 {
3465  cout <<
3466  "SmartFACT is a tool writing the files needed for the SmartFACT web interface.\n"
3467  "\n"
3468  "The default is that the program is started without user intercation. "
3469  "All actions are supposed to arrive as DimCommands. Using the -c "
3470  "option, a local shell can be initialized. With h or help a short "
3471  "help message about the usuage can be brought to the screen.\n"
3472  "\n"
3473  "Usage: smartfact [-c type] [OPTIONS]\n"
3474  " or: smartfact [OPTIONS]\n";
3475  cout << endl;
3476 }

+ Here is the caller graph for this function: