From 86e42a80e7d96a2a7f0038c588e43b9f00006468 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Fri, 13 May 2016 14:34:55 -0700 Subject: [PATCH] t-runner: Correct typo in usage --- tools/test-runner.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); }