add single letter command line options
[awesomized/libmemcached] / src / client_options.h
index dcf87f014883410c57a927966a33368c664ee6ca..204135aa8097445bbae63e735c29cd1f80c7b198 100644 (file)
@@ -1,7 +1,12 @@
 typedef enum {
-  OPT_SERVERS= 257,
-  OPT_VERSION,
-  OPT_HELP,
-  OPT_FLAG,
-  OPT_EXPIRE
+  OPT_SERVERS= 's',
+  OPT_VERSION= 'V',
+  OPT_HELP= 'h',
+  OPT_VERBOSE= 'v',
+  OPT_DEBUG= 'd',
+  OPT_FLAG= 257,
+  OPT_EXPIRE,
+  OPT_SET,
+  OPT_REPLACE,
+  OPT_ADD,
 } memcached_options;