summaryrefslogtreecommitdiff
path: root/udevd.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-09-08 11:28:38 +0200
committerKay Sievers <kay.sievers@suse.de>2006-09-08 11:28:38 +0200
commit9e8fe79b8e84177fc9479d6c6af039b7402d52d3 (patch)
treed727f05e473849ca83e7cdde0ea2fad0634be965 /udevd.xml
parentb52a01ee39dad3b04aaa7e3af7435f062d3e887f (diff)
udevd: add --verbose option to log also to stdout
Diffstat (limited to 'udevd.xml')
-rw-r--r--udevd.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/udevd.xml b/udevd.xml
index f0682ed00c..cc2a1bcd22 100644
--- a/udevd.xml
+++ b/udevd.xml
@@ -26,6 +26,7 @@
<cmdsynopsis>
<command>udevd</command>
<arg><option>--daemon</option></arg>
+ <arg><option>--verbose</option></arg>
<arg><option>--help</option></arg>
</cmdsynopsis>
<cmdsynopsis>
@@ -48,6 +49,12 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--verbose</option></term>
+ <listitem>
+ <para>Print log messages to stdout.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--help</option></term>
<listitem>
<para>Print usage.</para>