mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
kyua manuals: Correct --results-file short form
PR: 290647 Ref: kyua/cli/common.cpp#104 MFC after: 3 days Reviewed by: ziaee Closes: https://github.com/freebsd/kyua/issues/267 (cherry picked from commit bbaa7d628175ee484e31a054fb3cf7b7866cad13)
This commit is contained in:
parent
b8efad09a0
commit
e73a8dd304
6 changed files with 6 additions and 6 deletions
|
|
@ -62,7 +62,7 @@ The following subcommand options are recognized:
|
|||
.Bl -tag -width XX
|
||||
.It Fl -no-headers
|
||||
Avoids printing the headers of the table in the output of the command.
|
||||
.It Fl -results-file Ar path , Fl s Ar path
|
||||
.It Fl -results-file Ar path , Fl r Ar path
|
||||
__include__ results-file-flag-read.mdoc
|
||||
.El
|
||||
.Ss Results files
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ database lives.
|
|||
.Pp
|
||||
The following subcommand options are recognized:
|
||||
.Bl -tag -width XX
|
||||
.It Fl -results-file Ar path , Fl s Ar path
|
||||
.It Fl -results-file Ar path , Fl r Ar path
|
||||
__include__ results-file-flag-read.mdoc
|
||||
.El
|
||||
.Ss Results files
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ The directory must not exist unless the
|
|||
option is provided.
|
||||
The default is
|
||||
.Pa ./html .
|
||||
.It Fl -results-file Ar path , Fl s Ar path
|
||||
.It Fl -results-file Ar path , Fl r Ar path
|
||||
__include__ results-file-flag-read.mdoc
|
||||
.It Fl -results-filter Ar types
|
||||
Comma-separated list of the test result types to include in the report.
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ The following subcommand options are recognized:
|
|||
.Bl -tag -width XX
|
||||
.It Fl -output Ar directory
|
||||
Specifies the file into which to store the JUnit report.
|
||||
.It Fl -results-file Ar path , Fl s Ar path
|
||||
.It Fl -results-file Ar path , Fl r Ar path
|
||||
__include__ results-file-flag-read.mdoc
|
||||
.El
|
||||
.Ss Caveats
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ and
|
|||
.Pa /dev/stderr
|
||||
can be used to specify the standard output and the standard error,
|
||||
respectively.
|
||||
.It Fl -results-file Ar path , Fl s Ar path
|
||||
.It Fl -results-file Ar path , Fl r Ar path
|
||||
__include__ results-file-flag-read.mdoc
|
||||
.It Fl -results-filter Ar types
|
||||
Comma-separated list of the test result types to include in the report.
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ Specifies the Kyuafile to process.
|
|||
Defaults to a
|
||||
.Pa Kyuafile
|
||||
file in the current directory.
|
||||
.It Fl -results-file Ar path , Fl s Ar path
|
||||
.It Fl -results-file Ar path , Fl r Ar path
|
||||
__include__ results-file-flag-write.mdoc
|
||||
.El
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue