FACT++  1.0
void PrintUsage ( )

Definition at line 1657 of file cosyctrl.cc.

Referenced by main().

1658 {
1659  cout <<
1660  "The cosyctrl is an interface to cosy.\n"
1661  "\n"
1662  "The default is that the program is started without user intercation. "
1663  "All actions are supposed to arrive as DimCommands. Using the -c "
1664  "option, a local shell can be initialized. With h or help a short "
1665  "help message about the usuage can be brought to the screen.\n"
1666  "\n"
1667  "Usage: cosyctrl [-c type] [OPTIONS]\n"
1668  " or: cosyctrl [OPTIONS]\n";
1669  cout << endl;
1670 }

+ Here is the caller graph for this function: