summaryrefslogtreecommitdiff
path: root/src/groups.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-08-10 19:39:38 +0200
committerJim Meyering <meyering@redhat.com>2008-08-12 20:41:25 +0200
commit64c25ed741c07a6b2c4f5a4f63160b528540f448 (patch)
tree7ad35eda91da82fb2fc3a2d9fcdaf98be634a301 /src/groups.c
parentd9c088113705a92d2f607acaf45977ad40c1d4cf (diff)
downloadcoreutils-64c25ed741c07a6b2c4f5a4f63160b528540f448.tar.xz
groups: let synopsis show that the command allows multiple usernames
Also make the docstring say so.
Diffstat (limited to 'src/groups.c')
-rw-r--r--src/groups.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/groups.c b/src/groups.c
index ef9640005..c71667b08 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);