X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.c;h=466c048543d100207ba08e2f0b569612ec6e4583;hb=73ab14c882ca0f2b7112ab4cd9dfb16d5f41916e;hp=1e8e89d70a0a50671fdd87dfa16ab96e2328516a;hpb=a9b22f8a1c9f98eef8becdbef11d8e20d43dd23c;p=awesomized%2Flibmemcached diff --git a/clients/utilities.c b/clients/utilities.c index 1e8e89d7..466c0485 100644 --- a/clients/utilities.c +++ b/clients/utilities.c @@ -1,3 +1,4 @@ +#include "libmemcached/common.h" #include #include #include @@ -44,6 +45,9 @@ static char *lookup_help(memcached_options option) case OPT_FLUSH: return("Flush servers before running tests."); 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."); + default: WATCHPOINT_ASSERT(0); }; WATCHPOINT_ASSERT(0);