aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/echo.c')
-rw-r--r--toys/posix/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/echo.c b/toys/posix/echo.c
index 70f4ce5e..c78c2c01 100644
--- a/toys/posix/echo.c
+++ b/toys/posix/echo.c
@@ -15,7 +15,7 @@ config ECHO
bool "echo"
default y
help
- usage: echo [-neE] [args...]
+ usage: echo [-neE] [ARG...]
Write each argument to stdout, with one space between each, followed
by a newline.