From eb7e847adcecf11cd8fd99077ba3a582abe60146 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 May 2017 17:56:11 -0700 Subject: Be more consistent about periods in help text. --- toys/posix/echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/posix/echo.c') 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) -- cgit v1.2.3