From 64c25ed741c07a6b2c4f5a4f63160b528540f448 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 10 Aug 2008 19:39:38 +0200 Subject: [PATCH] groups: let synopsis show that the command allows multiple usernames Also make the docstring say so. --- src/groups.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/groups.c b/src/groups.c index ef96400..c71667b 100644 --- a/src/groups.c +++ b/src/groups.c @@ -52,10 +52,10 @@ usage (int status) program_name); else { - printf (_("Usage: %s [OPTION]... [USERNAME]\n"), program_name); + printf (_("Usage: %s [OPTION]... [USERNAME]...\n"), program_name); fputs (_("\ -Print information for USERNAME or, if no USERNAME is specified,\n\ -the current process (which is different if the groups database has changed).\n"), +Print group memberships for each USERNAME or, if no USERNAME is specified, for\n\ +the current process (which may differ if the groups database has changed).\n"), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); -- 2.7.4