[PATCH rt-tests v1 03/13] signaltest: Add missing --output usage info
From: Daniel Wagner <hidden>
Date: 2021-03-04 19:24:20
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Daniel Wagner <hidden>
Date: 2021-03-04 19:24:20
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Daniel Wagner <redacted> --- src/signaltest/signaltest.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/signaltest/signaltest.c b/src/signaltest/signaltest.c
index b1a7e1db8302..e2ffc0bb8693 100644
--- a/src/signaltest/signaltest.c
+++ b/src/signaltest/signaltest.c@@ -189,6 +189,7 @@ static void display_help(int error) "-h --help display usage information\n" "-l LOOPS --loops=LOOPS number of loops: default=0(endless)\n" "-m --mlockall lock current and future memory allocations\n" + " --output=FILENAME write final results into FILENAME, JSON formatted\n" "-p PRIO --prio=PRIO priority of highest prio thread\n" "-q --quiet print a summary only on exit\n" "-t NUM --threads=NUM number of threads: default=2\n"
--
2.30.1