From: Ville Skyttä Date: Sat, 3 Sep 2022 06:12:55 +0000 (+0300) Subject: doc: fix --showcmd usage X-Git-Tag: fio-3.33~48^2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=57fd9225ba2f842bf0b466a266329b44cac86222 doc: fix --showcmd usage It does not take an argument, but operates on the job files and other arguments given on the command line. Thanks-to: Koichi Murase Signed-off-by: Ville Skyttä --- diff --git a/HOWTO.rst b/HOWTO.rst index 08be687c..a7176dae 100644 --- a/HOWTO.rst +++ b/HOWTO.rst @@ -167,9 +167,9 @@ Command line options defined by `ioengine`. If no `ioengine` is given, list all available ioengines. -.. option:: --showcmd=jobfile +.. option:: --showcmd - Convert `jobfile` to a set of command-line options. + Convert given job files to a set of command-line options. .. option:: --readonly diff --git a/fio.1 b/fio.1 index 27454b0b..67d7c710 100644 --- a/fio.1 +++ b/fio.1 @@ -67,8 +67,8 @@ List all commands defined by \fIioengine\fR, or print help for \fIcommand\fR defined by \fIioengine\fR. If no \fIioengine\fR is given, list all available ioengines. .TP -.BI \-\-showcmd \fR=\fPjobfile -Convert \fIjobfile\fR to a set of command\-line options. +.BI \-\-showcmd +Convert given \fIjobfile\fRs to a set of command\-line options. .TP .BI \-\-readonly Turn on safety read\-only checks, preventing writes and trims. The \fB\-\-readonly\fR