diff options
author | Kay Sievers <kay@vrfy.org> | 2012-10-28 04:41:15 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-10-28 04:41:15 +0100 |
commit | 23b7245397ac3d21b2386e7b33d9e4ae3db3c8a1 (patch) | |
tree | 1662661f8feb6338649e8fb86243908a11351b04 /man | |
parent | ff944daa019c1101d6464412e6682732ec11143a (diff) |
udev: add "udevadm hwdb --test=<modalias>"
Diffstat (limited to 'man')
-rw-r--r-- | man/udevadm.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index 46693f1dab..015980a63b 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -436,6 +436,13 @@ notified about it.</para> </listitem> </varlistentry> + <varlistentry> + <term><option>--test=<replaceable>string</replaceable></option></term> + <listitem> + <para>Query the database with a modalias string, and print the + retrieved properties.</para> + </listitem> + </varlistentry> </variablelist> </refsect2> |