summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrond Norbye <Trond.Norbye@sun.com>2009-03-19 12:22:26 +0100
committerTrond Norbye <Trond.Norbye@sun.com>2009-03-19 12:22:26 +0100
commit41e1b0c47dcaf573e717419f76bac60e48913a59 (patch)
treee886b4e1c2d4ecefb28749453c04a3af45c6b783
parent1b4a42a27fd179e88ddbcd252f519e4ac6b7dc5c (diff)
downloadmemcached-41e1b0c47dcaf573e717419f76bac60e48913a59.tar.gz
Add description of -D to usage()
See: http://code.google.com/p/memcached/issues/detail?id=33
-rw-r--r--memcached.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/memcached.c b/memcached.c
index c872979..28fb033 100644
--- a/memcached.c
+++ b/memcached.c
@@ -4012,6 +4012,11 @@ static void usage(void) {
#endif
);
+ printf("-D <char> Use <char> as the delimiter between key prefixes and IDs.\n"
+ " This is used for per-prefix stats reporting. The default is\n"
+ " \":\" (colon). If this option is specified, stats collection\n"
+ " is turned on automatically; if not, then it may be turned on\n"
+ " by sending the \"stats detail on\" command to the server.\n");
printf("-t <num> number of threads to use, default 4\n");
printf("-R Maximum number of requests per event\n"
" limits the number of requests process for a given con nection\n"