@@ -461,7 +461,7 @@ static int config_parse_args(int argc, char *argv[], struct benchmark_config *cf
461
461
int c;
462
462
char *endptr;
463
463
while ((c = getopt_long (argc, argv,
464
- " s :S:p:P:o:x:DRn:c:t:d:a:h" , long_options, &option_index)) != -1 )
464
+ " vs :S:p:P:o:x:DRn:c:t:d:a:h" , long_options, &option_index)) != -1 )
465
465
{
466
466
switch (c) {
467
467
case ' h' :
@@ -874,15 +874,15 @@ void usage() {
874
874
" -x, --run-count=NUMBER Number of full-test iterations to perform\n "
875
875
" -D, --debug Print debug output\n "
876
876
" --client-stats=FILE Produce per-client stats file\n "
877
- " --out-file=FILE Name of output file (default: stdout)\n "
877
+ " -o, --out-file=FILE Name of output file (default: stdout)\n "
878
878
" --json-out-file=FILE Name of JSON output file, if not set, will not print to json\n "
879
879
" --hdr-file-prefix=FILE Prefix of HDR Latency Histogram output files, if not set, will not save latency histogram files\n "
880
880
" --show-config Print detailed configuration before running\n "
881
881
" --hide-histogram Don't print detailed latency histogram\n "
882
882
" --print-percentiles Specify which percentiles info to print on the results table (by default prints percentiles: 50,99,99.9)\n "
883
883
" --cluster-mode Run client in cluster mode\n "
884
- " --help Display this help\n "
885
- " --version Display version information\n "
884
+ " -h, --help Display this help\n "
885
+ " -v, --version Display version information\n "
886
886
" \n "
887
887
" Test Options:\n "
888
888
" -n, --requests=NUMBER Number of total requests per client (default: 10000)\n "
0 commit comments