diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-09-08 11:28:38 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-09-08 11:28:38 +0200 |
commit | 9e8fe79b8e84177fc9479d6c6af039b7402d52d3 (patch) | |
tree | d727f05e473849ca83e7cdde0ea2fad0634be965 /udevd.xml | |
parent | b52a01ee39dad3b04aaa7e3af7435f062d3e887f (diff) |
udevd: add --verbose option to log also to stdout
Diffstat (limited to 'udevd.xml')
-rw-r--r-- | udevd.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |