FACT++  1.0
void PrintUsage ( )

Definition at line 54 of file chatclient.cc.

Referenced by main().

55 {
56  cout << "\n"
57  "The chatclient is a simple Dim based chatclient.\n"
58  "\n"
59  "The chatclient is always started with user intercation. "
60  "Just enter a message. It will be broadcasted through the chatserv, "
61  "which need to be running."
62  "\n"
63  "Usage: chatclient [-c type] [OPTIONS]\n"
64  " or: chatclient [OPTIONS]\n";
65  cout << endl;
66 
67 }

+ Here is the caller graph for this function: