diff options
author | yaworsky <yaworsky> | 2005-11-29 13:23:55 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-11-29 13:23:55 +0000 |
commit | 447ff54953c6fd528f161a6d5ab18593db9ad490 (patch) | |
tree | 98fd13097fa9e33fde3f18fe2b8170a6c82eb80e /doc | |
parent | 2905ea039d3381b6afd6479ff83a5fca33414317 (diff) | |
download | syslog-win32-447ff54953c6fd528f161a6d5ab18593db9ad490.tar.gz syslog-win32-447ff54953c6fd528f161a6d5ab18593db9ad490.tar.xz syslog-win32-447ff54953c6fd528f161a6d5ab18593db9ad490.zip |
Added message prefix.
Diffstat (limited to 'doc')
-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> |