Skip to content

Commit

Permalink
fix: correct the spelling for replica in command line
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Jun 5, 2024
1 parent 8e564e4 commit d95da4e
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 d95da4e

Please sign in to comment.