projects
/
m6w6
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
2c225e2
)
Fixed -p. Seems that we lost the ':' in there removing the ability to specify the...
author
Trond Norbye
<trond.norbye@gmail.com>
Thu, 15 Apr 2010 04:35:59 +0000
(21:35 -0700)
committer
Trond Norbye
<trond.norbye@gmail.com>
Thu, 15 Apr 2010 04:35:59 +0000
(21:35 -0700)
example/memcached_light.c
patch
|
blob
|
history
diff --git
a/example/memcached_light.c
b/example/memcached_light.c
index c059f708eb09b09e94c39fd0fdf8c3a73920ca0c..e2689e03a43ca515ae24346db7d94d0e8c9f964c 100644
(file)
--- 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':