Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add

'id -n' support.
 -Erik
This commit is contained in:
Eric Andersen
2001-01-25 05:12:02 +00:00
parent 155c89b0c3
commit c1b8f1224c
6 changed files with 41 additions and 13 deletions

View File

@ -532,6 +532,7 @@ const char id_usage[] =
"Options:\n"
"\t-g\tprints only the group ID\n"
"\t-u\tprints only the user ID\n"
"\t-n\tprint a name instead of a number (with for -ug)\n"
"\t-r\tprints the real user ID instead of the effective ID (with -ug)"
#endif
;