diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 950428e8af2..a814813c5e3 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@
Last Updated: November 27, 2012
+Last Updated: April 30, 2013
Command Syntax:
-df +df [-h]
Synopsis. @@ -1019,6 +1019,9 @@ nsh> df 512 985 2 983 /tmp nsh> +
+ If CONFIG_NSH_CMDOPT_DF_H is defined in the NuttX configuration, the the df will also support an option -h which may be used to show the the volume information in human readable format.
+