mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
tools/refresh.sh: Fix USAGE comments
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@
|
|||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
|
|
||||||
USAGE="USAGE: $0 [--debug|--help] <board>/<config>"
|
USAGE="USAGE: $0 [options] <board>/<config>"
|
||||||
ADVICE="Try '$0 --help' for more information"
|
ADVICE="Try '$0 --help' for more information"
|
||||||
|
|
||||||
unset CONFIG
|
unset CONFIG
|
||||||
@@ -51,7 +51,7 @@ while [ ! -z "$1" ]; do
|
|||||||
echo ""
|
echo ""
|
||||||
echo $USAGE
|
echo $USAGE
|
||||||
echo ""
|
echo ""
|
||||||
echo "Where:"
|
echo "Where [options] include:"
|
||||||
echo " --debug"
|
echo " --debug"
|
||||||
echo " Enable script debug"
|
echo " Enable script debug"
|
||||||
echo " --silent"
|
echo " --silent"
|
||||||
|
|||||||
Reference in New Issue
Block a user