diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/usage.c | 1 |
1 files changed, 1 insertions, 0 deletions
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[] = | |||
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 | ; |