X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.c;h=52f46b40562fc55b1bcc5b4b79ea1944de643cd8;hb=2842294a80328b5729cde780f0b6e6a3c9863e7d;hp=4d36cd20b135543aaaf854f66d62a3a30f313a1b;hpb=2230ba7b89bbaa989de311f9d7ea6d6e2cd5a9b8;p=m6w6%2Flibmemcached diff --git a/clients/utilities.c b/clients/utilities.c index 4d36cd20..52f46b40 100644 --- a/clients/utilities.c +++ b/clients/utilities.c @@ -61,6 +61,7 @@ static const char *lookup_help(memcached_options option) case OPT_USERNAME: return "Username to use for SASL authentication"; case OPT_PASSWD: return "Password to use for SASL authentication"; case OPT_FILE: return "Path to file in which to save result"; + case OPT_STAT_ARGS: return "Argument for statistics"; default: WATCHPOINT_ASSERT(0); };