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);