diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-25 05:12:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-25 05:12:02 +0000 |
commit | c1b8f1224c8f1160155ff9294080a899364ad799 (patch) | |
tree | 092433d84f312e08b8eb118b26b4fd02558eeca4 /usage.c | |
parent | 155c89b0c3aa0e86c630bccc0af4143223b49121 (diff) | |
download | busybox-w32-c1b8f1224c8f1160155ff9294080a899364ad799.tar.gz busybox-w32-c1b8f1224c8f1160155ff9294080a899364ad799.tar.bz2 busybox-w32-c1b8f1224c8f1160155ff9294080a899364ad799.zip |
Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add
'id -n' support.
-Erik
Diffstat (limited to '')
-rw-r--r-- | usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -532,6 +532,7 @@ const char id_usage[] = | |||
532 | "Options:\n" | 532 | "Options:\n" |
533 | "\t-g\tprints only the group ID\n" | 533 | "\t-g\tprints only the group ID\n" |
534 | "\t-u\tprints only the user ID\n" | 534 | "\t-u\tprints only the user ID\n" |
535 | "\t-n\tprint a name instead of a number (with for -ug)\n" | ||
535 | "\t-r\tprints the real user ID instead of the effective ID (with -ug)" | 536 | "\t-r\tprints the real user ID instead of the effective ID (with -ug)" |
536 | #endif | 537 | #endif |
537 | ; | 538 | ; |