aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-25 05:12:02 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-25 05:12:02 +0000
commita55be9f5a485628017731856865eaa33fa39fc0c (patch)
tree092433d84f312e08b8eb118b26b4fd02558eeca4 /usage.c
parentfba5c8f753dc822b3552927b736c6fd0e2619a92 (diff)
downloadbusybox-w32-a55be9f5a485628017731856865eaa33fa39fc0c.tar.gz
busybox-w32-a55be9f5a485628017731856865eaa33fa39fc0c.tar.bz2
busybox-w32-a55be9f5a485628017731856865eaa33fa39fc0c.zip
Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add
'id -n' support. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1666 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r--usage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index a9862fd3d..534958e7d 100644
--- a/usage.c
+++ b/usage.c
@@ -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 ;