update usage() to reflect new -k and -V options, as reminded by Steve in the forums

This commit is contained in:
Ron Pedde 2007-01-11 01:28:18 +00:00
parent 1d01c02296
commit b23f0d226b

View File

@ -186,6 +186,8 @@ void usage(char *program) {
printf(" -f Run in foreground\n");
printf(" -y Yes, go ahead and run as non-root user\n");
printf(" -b <id> ffid to be broadcast\n");
printf(" -V Display version information\n");
printf(" -k Kill a running daemon (based on pidfile)\n");
printf("\n\n");
printf("Valid debug modules:\n");
printf(" config,webserver,database,scan,query,index,browse\n");