Add the newly introduced --json command line to the man page. Signed-off-by: Daniel Wagner <dwagner@xxxxxxx> --- src/rt-migrate-test/rt-migrate-test.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/rt-migrate-test/rt-migrate-test.8 b/src/rt-migrate-test/rt-migrate-test.8 index 5bbacb5333b8..53670e3757fa 100644 --- a/src/rt-migrate-test/rt-migrate-test.8 +++ b/src/rt-migrate-test/rt-migrate-test.8 @@ -5,7 +5,7 @@ rt-migrate-test \- real-time task migration program .SH SYNOPSIS .LP -rt-migrate-test [-c|--check] [-D|--duration TIME] [-e|--equal] [-h|--help] [-l|--loops LOOPS] [-m|--maxerr TIME] [-p|--prio PRIO] [-r|--run-time TIME] [-s|--sleep-time TIME] [NR_TASKS] +rt-migrate-test [-c|--check] [-D|--duration TIME] [-e|--equal] [-h|--help] [--json FILENAME] [-l|--loops LOOPS] [-m|--maxerr TIME] [-p|--prio PRIO] [-r|--run-time TIME] [-s|--sleep-time TIME] [NR_TASKS] .SH DESCRIPTION Test real-time multiprocessor scheduling of tasks to ensure the highest priority tasks are running on all available CPUs .SH OPTIONS @@ -31,6 +31,10 @@ Use equal prio for #CPU-1 tasks (requires > 2 CPUS) Display usage .br .TP +.B \-\-json=FILENAME +Write final results into FILENAME, JSON formatted. +.br +.TP .B \-l \-\-loops=LOOPS Number of iterations to run (50) .br -- 2.31.1