@@ -241,11 +241,11 @@ def main():
241
241
help = 'List available benchmarks and backends' )
242
242
parser .add_argument ('-i' , '--input' ,
243
243
help = 'File to use for benchmarks rather than built-in benchmarking functions' )
244
- parser .add_argument ('-m ' , '--multiple-values' , action = 'store_true' , default = False ,
244
+ parser .add_argument ('-M ' , '--multiple-values' , action = 'store_true' , default = False ,
245
245
help = 'Content has multiple JSON values, useful when used with -i' )
246
246
parser .add_argument ('-f' , '--use-float' , action = 'store_true' , default = False ,
247
247
help = 'Parse non-integer numbers as float instead of Decimal' )
248
- parser .add_argument ('-M ' , '--method' , choices = ['basic_parse' , 'parse' , 'kvitems' , 'items' ],
248
+ parser .add_argument ('-m ' , '--method' , choices = ['basic_parse' , 'parse' , 'kvitems' , 'items' ],
249
249
help = 'The method to benchmark' , default = 'basic_parse' )
250
250
parser .add_argument ('-c' , '--coro' , action = 'store_true' , default = False ,
251
251
dest = 'run_coro' , help = 'Benchmark coroutine methods' )
0 commit comments