fix udevinfo help text typo

This commit is contained in:
Arjan Opmeer 2006-09-20 20:20:35 +02:00 committed by Kay Sievers
parent d6e3953888
commit 92be0b8700

View file

@ -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;