Documentation/: Update the NSH user manual to include the echo -n option.

This commit is contained in:
Gregory Nutt 2018-01-10 07:29:58 -06:00
parent 70c7e04686
commit 4fc2980571
1 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
<p>Last Updated: January 4, 2018</p>
<p>Last Updated: January 10, 2018</p>
</td>
</tr>
</table>
@ -1599,13 +1599,16 @@ dirname &lt;path&gt
<p><b>Command Syntax:</b></p>
<ul><pre>
echo [&lt;string|$name&gt; [&lt;string|$name&gt;...]]
echo [-n] [&lt;string|$name&gt; [&lt;string|$name&gt;...]]
</pre></ul>
<p>
<b>Synopsis</b>.
Copy the sequence of strings and expanded environment variables to
console output (or to a file if the output is re-directed).
</p>
<p>
The <code>-n</code> option suppresses the trailing newline character.
</p>
<table width ="100%">
<tr bgcolor="#e4e4e4">