summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Bennée2020-02-25 13:46:53 +0100
committerAlex Bennée2020-02-25 18:42:59 +0100
commit804c96848b18458e05d64a5fdda8ced29c2470a9 (patch)
treef646685e4dfc9804ccf784afd730d6960b34668b /tests
parenttests/tcg: include a skip runner for pauth3 with plugins (diff)
downloadqemu-804c96848b18458e05d64a5fdda8ced29c2470a9.tar.gz
qemu-804c96848b18458e05d64a5fdda8ced29c2470a9.tar.xz
qemu-804c96848b18458e05d64a5fdda8ced29c2470a9.zip
tests/rcutorture: update usage hint
Although documented in the comments we don't display all the various invocations we can in the usage. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200225124710.14152-3-alex.bennee@linaro.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/rcutorture.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rcutorture.c b/tests/rcutorture.c
index 49311c82ea..e8b2169e7d 100644
--- a/tests/rcutorture.c
+++ b/tests/rcutorture.c
@@ -413,7 +413,8 @@ static void gtest_stress_10_5(void)
static void usage(int argc, char *argv[])
{
- fprintf(stderr, "Usage: %s [nreaders [ perf | stress ] ]\n", argv[0]);
+ fprintf(stderr, "Usage: %s [nreaders [ [r|u]perf | stress [duration]]\n",
+ argv[0]);
exit(-1);
}