mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Extend NSH documentation to include the new options to the mount command
This commit is contained in:
@@ -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: November 23, 2015</p>
|
||||
<p>Last Updated: November 25, 2015</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -2058,7 +2058,7 @@ nsh>
|
||||
|
||||
<p><b>Command Syntax:</b></p>
|
||||
<ul><pre>
|
||||
mount -t <fstype> <block-device> <code><dir-path></code>
|
||||
mount -t <fstype> [-o <options>] <block-device> <code><dir-path></code>
|
||||
</pre></ul>
|
||||
<p>
|
||||
<b>Synopsis</b>.
|
||||
|
||||
Reference in New Issue
Block a user