groups: let synopsis show that the command allows multiple usernames
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 10 Aug 2008 17:39:38 +0000 (19:39 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 12 Aug 2008 18:41:25 +0000 (20:41 +0200)
Also make the docstring say so.

src/groups.c

index ef96400..c71667b 100644 (file)
@@ -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);