diff options
Diffstat (limited to 'toys/whoami.c')
-rw-r--r-- | toys/whoami.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/whoami.c b/toys/whoami.c index a6415403..6d9233d1 100644 --- a/toys/whoami.c +++ b/toys/whoami.c @@ -13,7 +13,7 @@ config WHOAMI help usage: whoami - Print effective user id. + Print effective user name. */ #include "toys.h" |