X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.c;h=6353ff6b97e8b0894195c4b44353bb451613a044;hb=0ea1009f5f4dddb6d99b7d64f950ae800f5ad438;hp=e21df20dca1782c554e54a240eb36c1573e27bd7;hpb=26c65ac524f21cd73a79f3caf45cdb76c9a41bc0;p=awesomized%2Flibmemcached diff --git a/clients/utilities.c b/clients/utilities.c index e21df20d..6353ff6b 100644 --- a/clients/utilities.c +++ b/clients/utilities.c @@ -60,6 +60,7 @@ static const char *lookup_help(memcached_options option) case OPT_UDP: return("Use UDP protocol when communicating with server."); 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"; default: WATCHPOINT_ASSERT(0); };