Re: [PATCH rt-tests v1 19/23] cyclicdeadline: Add --json to man page
From: John Kacur <jkacur@redhat.com>
Date: 2021-05-22 03:46:42
On Wed, 19 May 2021, Daniel Wagner wrote:
quoted hunk ↗ jump to hunk
Add the newly introduced --json command line to the man page. Signed-off-by: Daniel Wagner <redacted> --- src/sched_deadline/cyclicdeadline.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)diff --git a/src/sched_deadline/cyclicdeadline.8 b/src/sched_deadline/cyclicdeadline.8 index 59b60ca7bd31..1a56ed028d81 100644 --- a/src/sched_deadline/cyclicdeadline.8 +++ b/src/sched_deadline/cyclicdeadline.8@@ -17,7 +17,7 @@ cyclicdeadline \- This program is used to test the deadline scheduler (SCHED_DEA .PP .SH SYNOPSIS .B cyclicdeadline -.RI "[-a [CPUSET]] [-D TIME] [-h] [-i INTV] [-s STEP] [-t NUM] [-q]" +.RI "[-a [CPUSET]] [-D TIME] [-h] [-i INTV] [--json FILENAME] [-s STEP] [-t NUM] [-q]" .PP .SH DESCRIPTION .B cyclicdeadline@@ -38,6 +38,9 @@ Show this help menu .B \-i \-\-interval INTV The shortest deadline for the tasks in us. (default 1000us) .TP +.B \-\-json=FILENAME +Write final results into FILENAME, JSON formatted. +.TP .B \-s \-\-step STEP The amount to increase the deadline for each task in us. (default 500us) .TP-- 2.31.1
Signed-off-by: John Kacur <jkacur@redhat.com>