From 0b2de850125930b191c7a30f107abc5602863b5d Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 29 Aug 2023 13:38:34 +0800 Subject: [PATCH] fix: --help on linux --- src/benchSys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/benchSys.c b/src/benchSys.c index e899af68..456bf3af 100644 --- a/src/benchSys.c +++ b/src/benchSys.c @@ -217,7 +217,7 @@ static struct argp_option bench_options[] = { #ifdef TD_VER_COMPATIBLE_3_0_0_0 {"vgroups", 'v', "NUMBER", 0, BENCH_VGROUPS}, #endif - {"version", 'V', 0, 0, BENCH_VERSION}, +// {"version", 'V', 0, 0, BENCH_VERSION}, {"nodrop", 'Q', 0, 0, BENCH_NODROP}, {0} };