Skip to content

Commit

Permalink
fix: --help on linux (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
sangshuduo committed Aug 30, 2023
1 parent d506284 commit ba0b1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/benchSys.c
Original file line number Diff line number Diff line change
Expand Up @@ -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}
};
Expand Down

0 comments on commit ba0b1c2

Please sign in to comment.