diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-07 03:07:33 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-07 03:07:33 +0200 |
commit | b0d5e0df3e193a3beb4514a430c7ba62114845b6 (patch) | |
tree | 06893996f693fd46b9cf86f8f80b990d3d9fe629 /udev/udevadm.xml | |
parent | 5654503680ac8381e2acbf9f6c91512ccd47f950 (diff) |
udevadm: monitor --environment -> --property
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r-- | udev/udevadm.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml index 4377b20d27..64e6f2aeb9 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -213,7 +213,7 @@ <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 + <para>Trigger events for devices with a matching property value. This option can be specified multiple times and supports shell style pattern matching.</para> </listitem> </varlistentry> @@ -326,13 +326,6 @@ </para> <variablelist> <varlistentry> - <term><option>--environment</option></term> - <listitem> - <para>Print the complete environment for all events. Can be used to compare the - kernel supplied and the udev added environment values.</para> - </listitem> - </varlistentry> - <varlistentry> <term><option>--kernel</option></term> <listitem> <para>Print the kernel uevents.</para> @@ -345,6 +338,12 @@ </listitem> </varlistentry> <varlistentry> + <term><option>--property</option></term> + <listitem> + <para>Also print the properties of the event.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>--help</option></term> <listitem> <para>Print help text.</para> |