GFS: mention -K in usage
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 Aug 2011 13:14:56 +0000 (15:14 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 Aug 2011 13:14:56 +0000 (15:14 +0200)
src/statserv.c

index 4a469de..0e6a3e8 100644 (file)
@@ -1402,7 +1402,7 @@ int check_options(int argc, char **argv)
             fprintf(stderr, "Usage: %s [ -a <pdufile> -v <loglevel>"
                     " -l <logfile> -u <user> -c <config> -t <minutes>"
                     " -k <kilobytes> -d <daemon> -p <pidfile> -C certfile"
-                    " -ziDST1 -m <time-format> -w <directory> <listener-addr>... ]\n", me);
+                    " -zKiDST1 -m <time-format> -w <directory> <listener-addr>... ]\n", me);
             return 1;
         }
     }