X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.c;h=529955ce4662b812d55e8446b9f92e10719306c6;hb=e11b7835ec753555cc85cf9dd01f14b7818ce046;hp=adab23fa8e2fe92a4e5c385b663bb5f7f30f52d2;hpb=cc5be1b75fe90e8c73871f4bd135c9e7cf1d1984;p=m6w6%2Flibmemcached diff --git a/clients/utilities.c b/clients/utilities.c index adab23fa..529955ce 100644 --- a/clients/utilities.c +++ b/clients/utilities.c @@ -45,6 +45,7 @@ static char *lookup_help(memcached_options option) case OPT_HASH: return("Select hash type."); case OPT_BINARY: return("Switch to binary protocol."); case OPT_ANALYZE: return("Analyze the provided servers."); + case OPT_UDP: return("Use UDP protocol when communicating with server."); }; WATCHPOINT_ASSERT(0);