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 33de6781..f16b7910 100644
--- a/toys/posix/echo.c
+++ b/toys/posix/echo.c
@@ -20,7 +20,7 @@ config ECHO
Write each argument to stdout, with one space between each, followed
by a newline.
- -n No trailing newline.
+ -n No trailing newline
-e Process the following escape sequences:
\\ backslash
\0NNN octal values (1 to 3 digits)