diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index e1e2390aba..c23950484c 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@
Last Updated: January 4, 2018
+Last Updated: January 10, 2018
Command Syntax:
-echo [<string|$name> [<string|$name>...]] +echo [-n] [<string|$name> [<string|$name>...]]
Synopsis. Copy the sequence of strings and expanded environment variables to console output (or to a file if the output is re-directed).
+
+ The -n
option suppresses the trailing newline character.
+