Skip to content

Commit

Permalink
Merge pull request #749 from taosdata/fix/TD-27871
Browse files Browse the repository at this point in the history
fix: correct the spelling for replica in command line
  • Loading branch information
DuanKuanJun committed Jun 5, 2024
2 parents 8e564e4 + d95da4e commit a6b1a12
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 @@ -204,7 +204,7 @@ static struct argp_option bench_options[] = {
{"answer-yes", 'y', 0, 0, BENCH_YES},
{"disorder-range", 'R', "NUMBER", 0, BENCH_RANGE},
{"disorder", 'O', "NUMBER", 0, BENCH_DISORDER},
{"replia", 'a', "NUMBER", 0, BENCH_REPLICA},
{"replica", 'a', "NUMBER", 0, BENCH_REPLICA},
{"debug", 'g', 0, 0, BENCH_DEBUG},
{"performance", 'G', 0, 0, BENCH_PERFORMANCE},
{"prepared_rand", 'F', "NUMBER", 0, BENCH_PREPARE},
Expand Down

0 comments on commit a6b1a12

Please sign in to comment.