FACT++  1.0
void PrintUsage ( )

Definition at line 737 of file skypeclient.cc.

Referenced by main().

738 {
739  cout <<
740  "The skypeclient is a Dim to Skype interface.\n"
741  "\n"
742  "The default is that the program is started without user intercation. "
743  "All actions are supposed to arrive as DimCommands. Using the -c "
744  "option, a local shell can be initialized. With h or help a short "
745  "help message about the usuage can be brought to the screen.\n"
746  "\n"
747  "Usage: skypeclient [OPTIONS]\n"
748  " or: skypeclient [OPTIONS]\n";
749  cout << endl;
750 }

+ Here is the caller graph for this function: