all repos — mgba @ 874cd47baffe0c4c5b30d3de3736c348bbf85de0

mGBA Game Boy Advance Emulator

Test: Fix out-of-date CInema usage info
Vicki Pfau vi@endrift.com
Sat, 25 Jul 2020 00:19:43 -0700
commit

874cd47baffe0c4c5b30d3de3736c348bbf85de0

parent

dd31a888620ad6e8481a4e688f38dc078e75fc37

1 files changed, 4 insertions(+), 3 deletions(-)

jump to
M src/platform/test/cinema-main.csrc/platform/test/cinema-main.c

@@ -286,12 +286,13 @@ return true;

} static void usageCInema(const char* arg0) { - printf("usage: %s [-dhnqv] [-b BASE] [-o DIR] [--version] [test...]\n", arg0); - puts(" -b, --base [BASE] Path to the CInema base directory"); + printf("usage: %s [-dhnqrRv] [-j JOBS] [-b BASE] [-o DIR] [--version] [test...]\n", arg0); + puts(" -b, --base BASE Path to the CInema base directory"); puts(" -d, --diffs Output image diffs from failures"); puts(" -h, --help Print this usage and exit"); + puts(" -j, --jobs JOBS Run a number of jobs in parallel"); puts(" -n, --dry-run List all collected tests instead of running them"); - puts(" -o, --output [DIR] Path to output applicable results"); + puts(" -o, --output DIR Path to output applicable results"); puts(" -q, --quiet Decrease log verbosity (can be repeated)"); puts(" -r, --rebaseline Rewrite the baseline for failing tests"); puts(" -R, --rebaseline-missing Write missing baselines tests only");