summaryrefslogtreecommitdiff
path: root/udevinfo.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-09-03 04:05:20 +0200
committerKay Sievers <kay.sievers@suse.de>2006-09-03 04:05:20 +0200
commit11f1bb5ab42571fae5cc607d42b8d918c9e170ab (patch)
tree60f96e282dab0b1bc0a5a9ddf198266f9a2fb391 /udevinfo.xml
parenta44a30f6642ce49280012c551b532936a3a68729 (diff)
udevinfo: use long options
Diffstat (limited to 'udevinfo.xml')
-rw-r--r--udevinfo.xml53
1 files changed, 24 insertions, 29 deletions
diff --git a/udevinfo.xml b/udevinfo.xml
index 9bd0b8dc17..6c08eee58f 100644
--- a/udevinfo.xml
+++ b/udevinfo.xml
@@ -25,14 +25,14 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>udevinfo</command>
- <arg><option>-q <replaceable>query-type</replaceable></option></arg>
- <arg><option>-a </option></arg>
- <arg><option>-p <replaceable>devpath</replaceable></option></arg>
- <arg><option>-n <replaceable>node</replaceable></option></arg>
- <arg><option>-r</option></arg>
- <arg><option>-e</option></arg>
- <arg><option>-V</option></arg>
- <arg><option>-h</option></arg>
+ <arg><option>--query=<replaceable>query-type</replaceable></option></arg>
+ <arg><option>--attribute-walk</option></arg>
+ <arg><option>--path=<replaceable>devpath</replaceable></option></arg>
+ <arg><option>--name=<replaceable>node</replaceable></option></arg>
+ <arg><option>--root</option></arg>
+ <arg><option>--export-db</option></arg>
+ <arg><option>--version</option></arg>
+ <arg><option>--help</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -46,57 +46,52 @@
<refsect1><title>OPTIONS</title>
<variablelist>
<varlistentry>
- <term><option>-q</option></term>
+ <term><option>--query=<replaceable>type</replaceable></option></term>
<listitem>
<para>Query the database for specified type of device data. It needs the
- <option>-p</option> or <option>-n</option> to identify the specified
+ <option>--path</option> or <option>--name</option> to identify the specified
device. Valid queries are:
<command>name</command>, <command>symlink</command>, <command>path</command>,
<command>env</command>, <command>all</command>.</para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term><option>-a</option></term>
- <listitem>
- <para>Print all sysfs properties of the specified device that can be used
- in udev rules to match the specified device. It prints all devices
- along the chain, up to the root of sysfs that can be used in udev rules.</para>
- </listitem>
- </varlistentry>
-
<varlistentry>
- <term><option>-p <replaceable>devpath</replaceable></option></term>
+ <term><option>--path=<replaceable>devpath</replaceable></option></term>
<listitem>
<para>The devpath of the device to query.</para>
</listitem>
</varlistentry>
-
<varlistentry>
- <term><option>-n <replaceable>node</replaceable></option></term>
+ <term><option>--name=<replaceable>node</replaceable></option></term>
<listitem>
<para>The name of the device node or a symlink to query</para>
</listitem>
</varlistentry>
-
<varlistentry>
- <term><option>-r</option></term>
+ <term><option>--root</option></term>
<listitem>
<para>The udev root directory: <filename>/dev</filename>. If used in conjunction
with a <command>name</command> or <command>symlink</command> query, the
- query returns the absolute path.</para>
+ query returns the absolute path including the root directory.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--attribute-walk</option></term>
+ <listitem>
+ <para>Print all sysfs properties of the specified device that can be used
+ in udev rules to match the specified device. It prints all devices
+ along the chain, up to the root of sysfs that can be used in udev rules.</para>
</listitem>
</varlistentry>
-
<varlistentry>
- <term><option>-e</option></term>
+ <term><option>--export</option></term>
<listitem>
<para>Export the content of the udev database.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>-h</option></term>
+ <term><option>--help</option></term>
<listitem>
<para>Print help text.</para>
</listitem>