diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-09-08 11:27:03 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-09-08 11:27:03 +0200 |
commit | b52a01ee39dad3b04aaa7e3af7435f062d3e887f (patch) | |
tree | 8a86cb779cdeb83619ee8b40fe96bad50e5d3b47 /udevd.xml | |
parent | adc8e4b91ef4719489b4d9b2b2b298166674ffbb (diff) |
udevd: use getopt_long()
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>--help</option></arg> </cmdsynopsis> <cmdsynopsis> <command>udevcontrol <replaceable>command</replaceable></command> @@ -47,6 +48,12 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--help</option></term> + <listitem> + <para>Print usage.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>log_priority=<replaceable>value</replaceable></option></term> <listitem> <para>udevcontrol can dynamically set the log level of udevd. |