complete usage
authorMiloš Mulač <mulac@civ.zcu.cz>
Tue, 27 Mar 2007 11:31:36 +0000 (11:31 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Tue, 27 Mar 2007 11:31:36 +0000 (11:31 +0000)
org.glite.lb.proxy/src/lbproxy.c

index 05b581f..afcba20 100644 (file)
@@ -110,18 +110,18 @@ static const char *get_opt_string = "p:c:dm:s:l:i:X:Y:zb:"
 static void usage(char *me) 
 {
        fprintf(stderr,"usage: %s [option]\n"
-               "\t-p, --sock\t path-name to the local socket\n"
-               "\t-c, --con-queue\t size of the connection queue (accept)\n"
-               "\t-m, --mysql\t database connect string\n"
-               "\t-d, --debug\t don't run as daemon, additional diagnostics\n"
-               "\t-s, --slaves\t number of slave servers to fork\n"
-               "\t-l, --semaphores number of semaphores (job locks) to use\n"
-               "\t-i, --pidfile\t file to store master pid\n"
-               "\t--proxy-il-sock\t socket to send events to\n"
-               "\t--proxy-il-fprefix\t file prefix for events\n"
-               "\t--silent\t don't print diagnostic, even if -d is on\n"
+               "\t-p, --sock\t\t path-name to the local socket\n"
+               "\t-c, --con-queue\t\t size of the connection queue (accept)\n"
+               "\t-m, --mysql\t\t database connect string\n"
+               "\t-d, --debug\t\t don't run as daemon, additional diagnostics\n"
+               "\t-s, --slaves\t\t number of slave servers to fork\n"
+               "\t-l, --semaphores\t number of semaphores (job locks) to use\n"
+               "\t-i, --pidfile\t\t file to store master pid\n"
+               "\t-X, --proxy-il-sock\t socket to send events to\n"
+               "\t-Y, --proxy-il-fprefix\t file prefix for events\n"
+               "\t-z, --silent\t\t don't print diagnostic, even if -d is on\n"
 #ifdef LB_PERF
-               "\t--perf-sink\t where to sink events\n"
+               "\t-K, --perf-sink\t where to sink events\n"
 #endif
                "\t-b, --transactions\t transactions force switch\n"
        ,me);