Flush _all_ servers when we hit the prefetch limit
[m6w6/libmemcached] / clients / utilities.c
index adab23fa8e2fe92a4e5c385b663bb5f7f30f52d2..529955ce4662b812d55e8446b9f92e10719306c6 100644 (file)
@@ -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);