Aligned configure.ac with libdizzle and gearman.
[awesomized/libmemcached] / clients / utilities.c
index adab23fa8e2fe92a4e5c385b663bb5f7f30f52d2..466c048543d100207ba08e2f0b569612ec6e4583 100644 (file)
@@ -1,3 +1,4 @@
+#include "libmemcached/common.h"
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
@@ -45,6 +46,8 @@ 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.");
+  default: WATCHPOINT_ASSERT(0);
   };
 
   WATCHPOINT_ASSERT(0);