Fix all include location, and drop versions of the library that were never shipped.
[awesomized/libmemcached] / clients / utilities.cc
index d0b3dba8f5038227ed7db86244649d2515ef6f1b..ddc83eda82a8a42ec7bea163ec88ab5a9a6fa79c 100644 (file)
@@ -1,4 +1,5 @@
 /* LibMemcached
+ * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/
  * Copyright (C) 2006-2009 Brian Aker
  * All rights reserved.
  *
@@ -103,6 +104,7 @@ static const char *lookup_help(memcached_options option)
   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";
+  case OPT_SERVER_VERSION: return "Memcached daemon software version";
   default:
                       break;
   };