summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/README.txt')
-rw-r--r--apps/nshlib/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index dcc4ec711..683499c48 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -62,6 +62,9 @@ Command Overview
(more negative values) correspond to higher priorities. 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 (;).
+
Conditional Command Execution
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -998,6 +1001,12 @@ NSH-Specific Configuration Settings
The maximum length of one command line and of one output line.
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
The maximum number of nested if-then[-else]-fi sequences that
are permissable. Default: 3