diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-07 02:07:54 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-07 02:07:54 +0200 |
commit | 80381823bc460a48a531c6befd9e8fe3d17813b9 (patch) | |
tree | ad2ac0e85432b6dcc60d6cceee01093b705e6f6b /udev/udevadm.xml | |
parent | 701a57da317ebf0a641bef2be9a4f77d291e01f5 (diff) |
udevadm: trigger - add --property-match=<key>:<value>
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r-- | udev/udevadm.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml index 2e03d9886e..2447367844 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -210,6 +210,13 @@ of the sysfs attribute is checked. This option can be specified multiple times.</para> </listitem> </varlistentry> + <varlistentry> + <term><option>--property-match=<replaceable>property</replaceable>=<replaceable>value</replaceable></option></term> + <listitem> + <para>Trigger events for devices with a matching propery value. This option can be + specified multiple times and supports shell style pattern matching.</para> + </listitem> + </varlistentry> </variablelist> </refsect2> |