diff options
Diffstat (limited to '')
-rw-r--r-- | doc/src/test.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/test.xml b/doc/src/test.xml index f8d1e80..1fa5c2e 100644 --- a/doc/src/test.xml +++ b/doc/src/test.xml @@ -23,6 +23,7 @@ <group choice="opt"><arg>-p</arg><replaceable>pri</replaceable></group> <group choice="opt"><arg>-s</arg><replaceable>seconds</replaceable></group> <group choice="opt"><arg>-t</arg><replaceable>tag</replaceable></group> +<group choice="opt"><arg>-x</arg><replaceable>prefix</replaceable></group> </cmdsynopsis> </refsynopsisdiv> @@ -124,6 +125,16 @@ Mark every line in the log with the specified tag. </para> </listitem> </varlistentry> + <varlistentry> + <term> +<option>-x</option><replaceable>prefix</replaceable> + </term> + <listitem> + <para> +Prefix for the test message. + </para> + </listitem> + </varlistentry> </variablelist> </para> </refsect1> |