aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2003-12-31 00:34:51 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:12 -0700
commit4070d2fea01f3c9ee9b9761b5ec795e2c13b126b (patch)
treea46733b34c329e458ae034d703da2dd775609cf5 /udev.c
parent5bfabc59c06f28405af3735603f3ce986e9b8b3e (diff)
downloadudev-4070d2fea01f3c9ee9b9761b5ec795e2c13b126b.tar.gz
[PATCH] mention user callable udev + options in man page
As usual, here is the corresponding man page update and a small text correction.
Diffstat (limited to 'udev.c')
-rw-r--r--udev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev.c b/udev.c
index 1797e082..0d0a5da2 100644
--- a/udev.c
+++ b/udev.c
@@ -130,7 +130,7 @@ static inline int udev_user(int argc, char **argv)
help:
printf("Usage: [-qrVh]\n"
- " -q arg query database \n"
+ " -q <path> query database for the name of the created node\n"
" -r print udev root\n"
" -V print udev version\n"
" -h print this help text\n"