diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 63e2165762d..78b4a84b324 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: December 5, 2013

+

Last Updated: January 10, 2014

@@ -543,6 +543,11 @@ nsh> The default niceness is 10.

+

+ Multiple commands per line. + NSH will accept multiple commands per command line with each command separated with the semi-colon character (;). +

+ + + +
@@ -2650,6 +2655,13 @@ nsh> Default: 80
CONFIG_NSH_DISABLE_SEMICOLON + By default, you can enter multiple NSH commands on a line with each command separated by a semicolon. + You can disable this feature to save a little memory on FLASH challenged platforms. + Default: n +
CONFIG_NSH_NESTDEPTH