projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed907bd
)
GFS: mention -K in usage
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 24 Aug 2011 13:14:56 +0000
(15:14 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 24 Aug 2011 13:14:56 +0000
(15:14 +0200)
src/statserv.c
patch
|
blob
|
history
diff --git
a/src/statserv.c
b/src/statserv.c
index
4a469de
..
0e6a3e8
100644
(file)
--- a/
src/statserv.c
+++ b/
src/statserv.c
@@
-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;
}
}