add single letter command line options
[awesomized/libmemcached] / src / client_options.h
index 354b2736619c9b932541275dcc533dc8ca9dbb89..204135aa8097445bbae63e735c29cd1f80c7b198 100644 (file)
@@ -1,8 +1,12 @@
 typedef enum {
-  OPT_SERVERS= 1,
-  OPT_VERSION,
-  OPT_HELP,
-  OPT_VERBOSE,
-  OPT_DEBUG,
-  OPT_FLAG,
+  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;