diff options
Diffstat (limited to 'toys/posix/id.c')
-rw-r--r-- | toys/posix/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/id.c b/toys/posix/id.c index daa4b9e2..cf30ae74 100644 --- a/toys/posix/id.c +++ b/toys/posix/id.c @@ -19,7 +19,7 @@ config ID Print user and group ID. - -n print names instead of numeric IDs (to be used with -Ggu) + -n Print names instead of numeric IDs (to be used with -Ggu) -G Show only the group IDs -g Show only the effective group ID -r Show real ID instead of effective ID |