FACT++  1.0
void PrintUsage ( )
Examples:
chatserv.cc.

Definition at line 38 of file chatserv.cc.

Referenced by main().

39 {
40  cout <<
41  "The chatserv is a Dim-based chat server.\n"
42  "\n"
43  "It is a non-interactive program which acts as a relay of messages "
44  "sent via a Dim command CHAT/MSG and which are redirected to the "
45  "logging service CHAT/MESSAGE.\n"
46  "\n"
47  "Usage: chatserv [OPTIONS]\n"
48  " or: chatserv [OPTIONS]\n";
49  cout << endl;
50 }

+ Here is the caller graph for this function: