diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-07 02:39:54 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-07 02:39:54 +0200 |
commit | 0254b2118f123504c268edb0b382c587ac15aaa3 (patch) | |
tree | 15e37ade0173b862064323c2ace639c5098448cc /udev/udevadm.xml | |
parent | 80381823bc460a48a531c6befd9e8fe3d17813b9 (diff) |
udevadm: info - accept --query without a value and print properties
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r-- | udev/udevadm.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml index 2447367844..093dd21428 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -90,7 +90,7 @@ <option>--path</option> or <option>--name</option> to identify the specified device. Valid queries are: <command>name</command>, <command>symlink</command>, <command>path</command>, - <command>env</command>, <command>all</command>.</para> + <command>property</command>, <command>all</command>.</para> </listitem> </varlistentry> <varlistentry> |