diff options
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r-- | udev/udevadm.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml index fa1742bada..73e6f110a6 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -217,6 +217,13 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--tag-match=<replaceable>property</replaceable></option></term> + <listitem> + <para>Trigger events for devices with a matching tag. This option can be + specified multiple times.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--sysname-match=<replaceable>name</replaceable></option></term> <listitem> <para>Trigger events for devices with a matching sys device name. This option can be @@ -356,6 +363,12 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--tag-match=<replaceable>string</replaceable></option></term> + <listitem> + <para>Filter events by property. Only udev events with a given tag attached will pass.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--help</option></term> <listitem> <para>Print help text.</para> |