libmemcached/libmemcached-fix-memdump-version.patch

26 lines
650 B
Diff
Raw Permalink Normal View History

2020-10-30 16:36:05 +08:00
From b83f34708cb7465f57edc29a2f56f8bf8ad60118 Mon Sep 17 00:00:00 2001
From: lingsheng <lingsheng@huawei.com>
Date: Fri, 30 Oct 2020 14:21:02 +0800
Subject: [PATCH] fix memdump --version
---
clients/memdump.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/memdump.cc b/clients/memdump.cc
index 48c35d3..ab2444e 100644
--- a/clients/memdump.cc
+++ b/clients/memdump.cc
@@ -190,7 +190,7 @@ static void options_parse(int argc, char *argv[])
break;
case OPT_VERSION: /* --version or -V */
- opt_verbose= true;
+ opt_version= true;
break;
case OPT_HELP: /* --help or -h */
--
2.23.0