52 <<
": -i <INSTALL_DIR> -c <CONFIG> -d <STREAM,CONTEXT> -h "
53 <<
"-p <PORT> -r <PID_DIR> -s -u <UNIX_SOCKET> -v"
55 cout <<
"-i back-end server installation directory" << endl ;
56 cout <<
"-c use back-end server configuration file CONFIG" << endl ;
57 cout <<
"-d send debugging for CONTEXT to cerr or <filename>" << endl ;
58 cout <<
"-h show this help screen and exit" << endl ;
59 cout <<
"-p set port to PORT" << endl ;
60 cout <<
"-r bes.pid file stored in directory PID_DIR" << endl ;
61 cout <<
"-s specifies a secure server using SLL authentication" << endl ;
62 cout <<
"-u set unix socket to UNIX_SOCKET" << endl ;
63 cout <<
"-v echos version and exit" << endl ;
static void show_usage(const string &app_name)
static void Help(ostream &strm)
Writes help information for so that developers know what can be set for debugging.
static void show_version(const string &app_name)