tools/tesbuild.sh: Correct help test.

This commit is contained in:
Gregory Nutt 2019-03-28 12:12:15 -06:00
parent a9f0cbdba7
commit 8ed0d21b73
2 changed files with 4 additions and 4 deletions

View File

@ -243,7 +243,7 @@ struct nx_callback_s
* event - The server event * event - The server event
* arg1 - User provided argument (see nx_openwindow, nx_requestbkgd, * arg1 - User provided argument (see nx_openwindow, nx_requestbkgd,
* nxtk_openwindow, or nxtk_opentoolbar) * nxtk_openwindow, or nxtk_opentoolbar)
* arg2 - User provided argument (see nx_block or nxtk_block) * arg2 - User provided argument (see nx[tk]_block or nx[tk]_synch)
* *
* Returned Value: * Returned Value:
* None * None

View File

@ -48,7 +48,7 @@ unset testfile
function showusage { function showusage {
echo "" echo ""
echo "USAGE: $progname [-w|l] [-c|u|n] [-s] [-a <appsdir>] [-n <nxdir>] <testlist-file>" echo "USAGE: $progname [-w|l] [-c|u|n] [-s] [-d] [-x] [-a <apps-dir>] [-t <nuttx-dir><testlist-file>"
echo " $progname -h" echo " $progname -h"
echo "" echo ""
echo "Where:" echo "Where:"
@ -56,10 +56,10 @@ function showusage {
echo " -c|u|n selects Windows environment option: Cygwin (c), Ubuntu under" echo " -c|u|n selects Windows environment option: Cygwin (c), Ubuntu under"
echo " Windows 10 (u), or Windows native (n). Default Cygwin" echo " Windows 10 (u), or Windows native (n). Default Cygwin"
echo " -s Use C++ unsigned long size_t in new operator. Default unsigned int" echo " -s Use C++ unsigned long size_t in new operator. Default unsigned int"
echo " -a <appsdir> provides the relative path to the apps/ directory. Default ../apps"
echo " -t <topdir> provides the absolute path to top nuttx/ directory. Default $PWD/../nuttx"
echo " -d enables script debug output" echo " -d enables script debug output"
echo " -x exit on build failures" echo " -x exit on build failures"
echo " -a <appsdir> provides the relative path to the apps/ directory. Default ../apps"
echo " -t <topdir> provides the absolute path to top nuttx/ directory. Default $PWD/../nuttx"
echo " -h will show this help test and terminate" echo " -h will show this help test and terminate"
echo " <testlist-file> selects the list of configurations to test. No default" echo " <testlist-file> selects the list of configurations to test. No default"
echo "" echo ""