aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/env.c')
-rw-r--r--toys/posix/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/env.c b/toys/posix/env.c
index 19cd18a0..73c8951a 100644
--- a/toys/posix/env.c
+++ b/toys/posix/env.c
@@ -12,7 +12,7 @@ config ENV
bool "env"
default y
help
- usage: env [-i] [-u NAME] [NAME=VALUE...] [COMMAND [ARG...]]
+ usage: env [-i] [-u NAME] [NAME=VALUE...] [COMMAND...]
Set the environment for command invocation, or list environment variables.