Documentation/: Update the NSH user manual to include the echo -n option.
This commit is contained in:
parent
70c7e04686
commit
4fc2980571
|
@ -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 <path>
|
|||
|
||||
<p><b>Command Syntax:</b></p>
|
||||
<ul><pre>
|
||||
echo [<string|$name> [<string|$name>...]]
|
||||
echo [-n] [<string|$name> [<string|$name>...]]
|
||||
</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">
|
||||
|
|
Loading…
Reference in New Issue