diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-07 14:48:33 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-09-07 14:48:33 +0200 |
commit | e5931bb7d86226a3823bdf5f4ec01c857827d386 (patch) | |
tree | 728b3e9b4147a86a8ff00f47111ac1ce83e363c0 /udev/udevadm.xml | |
parent | f640b32fddfc45210361813b50c629a80d2889d2 (diff) |
udevadm: add --version --help options to man page, hide them as commands
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r-- | udev/udevadm.xml | 42 |
1 files changed, 27 insertions, 15 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml index 2e02c305d9..075890845b 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -24,7 +24,13 @@ <refsynopsisdiv> <cmdsynopsis> - <command>udevadm info <optional>options</optional></command> + <command>udevadm</command> + <arg><option>--debug</option></arg> + <arg><option>--version</option></arg> + <arg><option>--help</option></arg> + </cmdsynopsis> + <cmdsynopsis> + <command>udevadm info <replaceable>options</replaceable></command> </cmdsynopsis> <cmdsynopsis> <command>udevadm trigger <optional>options</optional></command> @@ -41,12 +47,6 @@ <cmdsynopsis> <command>udevadm test <optional>options</optional> <replaceable>devpath</replaceable></command> </cmdsynopsis> - <cmdsynopsis> - <command>udevadm version</command> - </cmdsynopsis> - <cmdsynopsis> - <command>udevadm help</command> - </cmdsynopsis> </refsynopsisdiv> <refsect1><title>DESCRIPTION</title> @@ -56,6 +56,26 @@ </refsect1> <refsect1><title>OPTIONS</title> + <variablelist> + <varlistentry> + <term><option>--debug</option></term> + <listitem> + <para>Print debug messages to stderr.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--version</option></term> + <listitem> + <para>Print version number.</para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>--help</option></term> + <listitem> + <para>Print help text.</para> + </listitem> + </varlistentry> + </variablelist> <refsect2><title>udevadm info <replaceable>options</replaceable></title> <para>Queries the udev database for device information @@ -351,14 +371,6 @@ </varlistentry> </variablelist> </refsect2> - - <refsect2><title>udevadm version</title> - <para>Print version number.</para> - </refsect2> - - <refsect2><title>udevadm help</title> - <para>Print help text.</para> - </refsect2> </refsect1> <refsect1><title>AUTHOR</title> |