Don Buchholz <[EMAIL PROTECTED]> wrote:
| The man page for id(1) states "-G" will print only supplementary
| groups.  Yet, version 2.0 (from RedHat "sh-utils-2.0-5") prints
| the primary group in addition to the supplementary groups.

Thanks for the report.
That has been fixed for the next test release.
Here's the corrected --help output:

  Usage: ./id [OPTION]... [USERNAME]
  Print information for USERNAME, or the current user.

    -a              ignore, for compatibility with other versions
    -g, --group     print only the effective group ID
    -G, --groups    print all group IDs
    -n, --name      print a name instead of a number, for -ugG
    -r, --real      print the real ID instead of the effective ID, with -ugG
    -u, --user      print only the effective user ID
        --help      display this help and exit
        --version   output version information and exit

  Without any OPTION, print some useful set of identified information.

  Report bugs to <[EMAIL PROTECTED]>.

_______________________________________________
Bug-sh-utils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-sh-utils

Reply via email to