diff options
author | Arjan Opmeer <arjan.opmeer@gmail.com> | 2006-09-20 20:20:35 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-09-20 20:20:35 +0200 |
commit | 92be0b870032fdbd5634bf75742d47a7a2276f24 (patch) | |
tree | 7e5b998c0c3f0bf606e69d219d13c8ff18ee70b4 /udevinfo.c | |
parent | d6e3953888bbaa3d052c4ef6ec022aa62c077f51 (diff) |
fix udevinfo help text typo
Diffstat (limited to 'udevinfo.c')
-rw-r--r-- | udevinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udevinfo.c b/udevinfo.c index 2832ea0ee3..0551eb2e32 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -308,7 +308,7 @@ int main(int argc, char *argv[], char *envp[]) " --root prepend to query result or print udev_root\n" " --attribute-walk print all SYSFS_attributes along the device chain\n" " --export-db export the content of the udev database\n" - " --verision print udev version\n" + " --version print udev version\n" " --help print this text\n" "\n"); goto exit; |