From 4070d2fea01f3c9ee9b9761b5ec795e2c13b126b Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Wed, 31 Dec 2003 00:34:51 -0800 Subject: [PATCH] mention user callable udev + options in man page As usual, here is the corresponding man page update and a small text correction. --- udev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udev.c') 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 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" -- cgit 1.2.3-korg