From: Arjan Opmeer Date: Wed, 20 Sep 2006 18:20:35 +0000 (+0200) Subject: fix udevinfo help text typo X-Git-Tag: 174~2121 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=92be0b870032fdbd5634bf75742d47a7a2276f24;p=elogind.git fix udevinfo help text typo --- diff --git a/udevinfo.c b/udevinfo.c index 2832ea0ee..0551eb2e3 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;