diff --git a/Base/usr/share/man/man1/echo.md b/Base/usr/share/man/man1/echo.md index 34b296b5c1..ac891ed8c1 100644 --- a/Base/usr/share/man/man1/echo.md +++ b/Base/usr/share/man/man1/echo.md @@ -5,7 +5,7 @@ echo - print the given text ## Synopsis ```**sh -$ echo text... +$ echo [-n] text... ``` ## Description @@ -13,6 +13,10 @@ $ echo text... Print the given *text*, which is passed as argv, to the standard output, separating arguments with a space character. +## Options + +* `-n`: Do not output a trailing newline + ## Examples ```sh