X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Futilities.c;h=b9795246539156792616a4824658417d2aaa95f9;hb=a07bb255b72aa59d0f4c4c63bb71695b2e9df537;hp=1e8e89d70a0a50671fdd87dfa16ab96e2328516a;hpb=a9b22f8a1c9f98eef8becdbef11d8e20d43dd23c;p=awesomized%2Flibmemcached diff --git a/clients/utilities.c b/clients/utilities.c index 1e8e89d7..b9795246 100644 --- a/clients/utilities.c +++ b/clients/utilities.c @@ -1,3 +1,4 @@ +#include "libmemcached/common.h" #include #include #include @@ -44,6 +45,8 @@ 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."); }; WATCHPOINT_ASSERT(0);