From d4685722060c23b625164beccacab6b476fcd5cd Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 9 Oct 2007 17:41:53 +0000 Subject: Improve applet help a little. Also, if mountinfo as any mounts given, work explictly with --netdev/--nonetdev --- src/checkown.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/checkown.c') diff --git a/src/checkown.c b/src/checkown.c index c979bfbe..9fd9de1a 100644 --- a/src/checkown.c +++ b/src/checkown.c @@ -141,14 +141,13 @@ static struct option longopts[] = { { "user", 1, NULL, 'u'}, { "group", 1, NULL, 'g'}, longopts_COMMON - { NULL, 0, NULL, 0} }; static const char * const longopts_help[] = { - "", - "", - "", - "", - "", + "Check if a directory", + "Check if a file", + "Mode to check", + "User to check", + "Group to check", longopts_help_COMMON }; #include "_usage.c" -- cgit v1.2.3