Updating test case such that we output version information and correctly set
[m6w6/libmemcached] / clients / utilities.c
index 4d36cd20b135543aaaf854f66d62a3a30f313a1b..52f46b40562fc55b1bcc5b4b79ea1944de643cd8 100644 (file)
@@ -61,6 +61,7 @@ static const char *lookup_help(memcached_options option)
   case OPT_USERNAME: return "Username to use for SASL authentication";
   case OPT_PASSWD: return "Password to use for SASL authentication";
   case OPT_FILE: return "Path to file in which to save result";
+  case OPT_STAT_ARGS: return "Argument for statistics";
   default: WATCHPOINT_ASSERT(0);
   };