summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttShell.html
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-30 18:31:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-30 18:31:47 -0600
commitcc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8 (patch)
treeeb987a4914c3536d3825cee69f0eb112765b57c4 /nuttx/Documentation/NuttShell.html
parent74a16b2ced4a5884d45b9b6d756a690ce1d8c6c0 (diff)
downloadpx4-nuttx-cc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8.tar.gz
px4-nuttx-cc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8.tar.bz2
px4-nuttx-cc5ee148cf3e87f8f7d78bb09612f3876a7ee3a8.zip
Add support for the MikroElektronika Mikromedia for STM32F4 development board. From Ken Petit
Diffstat (limited to 'nuttx/Documentation/NuttShell.html')
-rw-r--r--nuttx/Documentation/NuttShell.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttShell.html b/nuttx/Documentation/NuttShell.html
index 950428e8a..a814813c5 100644
--- a/nuttx/Documentation/NuttShell.html
+++ b/nuttx/Documentation/NuttShell.html
@@ -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 27, 2012</p>
+ <p>Last Updated: April 30, 2013</p>
</td>
</tr>
</table>
@@ -1001,7 +1001,7 @@ nsh&gt; dd if=/dev/ram0 of=/dev/null
</table>
<p><b>Command Syntax:</b></p>
<ul><pre>
-df
+df [-h]
</pre></ul>
<p>
<b>Synopsis</b>.
@@ -1019,6 +1019,9 @@ nsh> df
512 985 2 983 /tmp
nsh>
</pre></ul>
+<p>
+ If <code>CONFIG_NSH_CMDOPT_DF_H</code> is defined in the NuttX configuration, the the <code>df</code> will also support an option <code>-h</code> which may be used to show the the volume information in <i>human readable</i> format.
+</p>
<table width ="100%">
<tr bgcolor="#e4e4e4">