diff --git a/tools/test-runner.c b/tools/test-runner.c index 4a510134..6347606f 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -1551,9 +1551,9 @@ static void usage(void) l_info("Options:\n" "\t-q, --qemu QEMU binary\n" "\t-k, --kernel Kernel image (bzImage)\n" - "\t-t, --tests Comma separated list of the test " - "configuration\n\t\t\t\tdirectories to" - " run\n" + "\t-t, --testdirs Comma separated list of the " + "test configuration\n\t\t\t\t" + "directories to run\n" "\t-v, --verbose Enable verbose output\n" "\t-h, --help Show help options\n"); }