Message ID | 20210519170945.21941-20-dwagner@suse.de |
---|---|
State | New |
Headers | show |
Series | Rename --output to --json | expand |
On Wed, 19 May 2021, Daniel Wagner wrote: > Add the newly introduced --json command line to the man page. > > Signed-off-by: Daniel Wagner <dwagner@suse.de> > --- > 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>
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
Add the newly introduced --json command line to the man page. Signed-off-by: Daniel Wagner <dwagner@suse.de> --- src/sched_deadline/cyclicdeadline.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)