tools/testbuild.sh: Remove bad line from usage help.

This commit is contained in:
Gregory Nutt 2020-02-09 12:26:22 -06:00 committed by Abdelatif Guettouche
parent 69a9f3b8ec
commit 20f29e60e3

View file

@ -62,7 +62,6 @@ function showusage {
echo " -x exit on build failures"
echo " -j <ncpus> passed on to make. Default: No -j make option."
echo " -a <appsdir> provides the relative path to the apps/ directory. Default ../apps"
echo " -u<l|i>"
echo " -t <topdir> provides the absolute path to top nuttx/ directory. Default $PWD/../nuttx"
echo " -h will show this help test and terminate"
echo " <testlist-file> selects the list of configurations to test. No default"