diff options
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> |