apps/nshlib: Remove non-existent CONFIG_NSH_TMPDIR from README.txt

This commit is contained in:
Juha Niskanen 2018-04-17 05:54:00 -06:00 committed by Gregory Nutt
parent e02f9d40c3
commit c4ca133b6f

View File

@ -1494,12 +1494,10 @@ NSH-Specific Configuration Settings
is then set output of myprogram on stdout. Because this feature commits is then set output of myprogram on stdout. Because this feature commits
significant resources, it is disabled by default. significant resources, it is disabled by default.
* CONFIG_NSH_TMPDIR The CONFIG_NSH_CMDPARMS interim output will be retained in a temporary
If CONFIG_NSH_CMDPARMS is selected, then function output will be retained file. Full path to a directory where temporary files can be created is
in a temporary file. In that case, this string must be provided to taken from CONFIG_LIBC_TMPDIR and it defaults to /tmp if
specify the full path to a directory where temporary files can be CONFIG_LIBC_TMPDIR is not set.
created. This would be a good application of RAM disk: To provide
temporary storage for function output.
* CONFIG_NSH_MAXARGUMENTS * CONFIG_NSH_MAXARGUMENTS
The maximum number of NSH command arguments. Default: 6 The maximum number of NSH command arguments. Default: 6