Skip to content

Commit

Permalink
Merge pull request #24 from wjt/fix-help-output
Browse files Browse the repository at this point in the history
--help: remove -q from -b summary
  • Loading branch information
ltratt committed Nov 10, 2018
2 parents 55a1596 + b21acbb commit 2eaf077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multitime.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ void usage(int rtn_code, char *msg)
fprintf(stderr, "Usage:\n %s [-c <level>] [-f <liketime|rusage>] [-I <replstr>]\n"
" [-i <stdincmd>] [-n <numruns> [-o <stdoutcmd>] [-q] [-s <sleep>]\n"
" <command> [<arg 1> ... <arg n>]\n"
" %s -b <file> [-c <level>] [-f <rusage>] [-q] [-s <sleep>]\n"
" %s -b <file> [-c <level>] [-f <rusage>] [-s <sleep>]\n"
" [-n <numruns>]\n", __progname, __progname);
exit(rtn_code);
}
Expand Down

0 comments on commit 2eaf077

Please sign in to comment.