From 70689ed268adf37aec401aaadd8597f5c2de44c0 Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Wed, 14 Apr 2010 21:35:59 -0700 Subject: [PATCH] Fixed -p. Seems that we lost the ':' in there removing the ability to specify the port --- example/memcached_light.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/memcached_light.c b/example/memcached_light.c index c059f708..e2689e03 100644 --- a/example/memcached_light.c +++ b/example/memcached_light.c @@ -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': -- 2.30.2