diff options
author | Rob Landley <rob@landley.net> | 2019-04-02 11:47:15 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-04-02 11:47:15 -0500 |
commit | facfdfec126231aba10a8dd8b740119811a1a0fb (patch) | |
tree | 7514db575f3a435a36f99ad5338db2b5683bd360 | |
parent | 56e3076ce3fa931946857514f02b5a65e90152a6 (diff) | |
download | toybox-facfdfec126231aba10a8dd8b740119811a1a0fb.tar.gz |
Help text tweak.
-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 cf30ae74..db3cc317 100644 --- a/toys/posix/id.c +++ b/toys/posix/id.c @@ -15,7 +15,7 @@ config ID bool "id" default y help - usage: id [-nGgru] + usage: id [-nGgru] [USER...] Print user and group ID. |