From 4fc2980571b6e36350ed41c8562ad1f4a58246fa Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 10 Jan 2018 07:29:58 -0600 Subject: [PATCH] Documentation/: Update the NSH user manual to include the echo -n option. --- Documentation/NuttShell.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 @@

NuttShell (NSH)

-

Last Updated: January 4, 2018

+

Last Updated: January 10, 2018

@@ -1599,13 +1599,16 @@ dirname <path>

Command Syntax:

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. +