From c1b8f1224c8f1160155ff9294080a899364ad799 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 25 Jan 2001 05:12:02 +0000 Subject: Apply a patch from Brent Priddy to add 'id -n' support. -Erik --- applets/usage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'applets/usage.c') diff --git a/applets/usage.c b/applets/usage.c index a9862fd3d..534958e7d 100644 --- a/applets/usage.c +++ b/applets/usage.c @@ -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 ; -- cgit v1.2.3