Fixed -p. Seems that we lost the ':' in there removing the ability to specify the...
authorTrond Norbye <trond.norbye@gmail.com>
Thu, 15 Apr 2010 04:35:59 +0000 (21:35 -0700)
committerTrond Norbye <trond.norbye@gmail.com>
Thu, 15 Apr 2010 04:35:59 +0000 (21:35 -0700)
example/memcached_light.c

index c059f708eb09b09e94c39fd0fdf8c3a73920ca0c..e2689e03a43ca515ae24346db7d94d0e8c9f964c 100644 (file)
@@ -355,7 +355,7 @@ int main(int argc, char **argv)
    */
   initialize_interface_v0_handler();
 
-  while ((cmd= getopt(argc, argv, "v1pP:?hc:")) != EOF)
+  while ((cmd= getopt(argc, argv, "v1p:P:?hc:")) != EOF)
   {
     switch (cmd) {
     case '1':