mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
tools/refresh.sh: Fix USAGE comments
This commit is contained in:
parent
48c9aa08a3
commit
f5bddca2a2
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@
|
|||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
USAGE="USAGE: $0 [--debug|--help] <board>/<config>"
|
||||
USAGE="USAGE: $0 [options] <board>/<config>"
|
||||
ADVICE="Try '$0 --help' for more information"
|
||||
|
||||
unset CONFIG
|
||||
|
|
@ -51,7 +51,7 @@ while [ ! -z "$1" ]; do
|
|||
echo ""
|
||||
echo $USAGE
|
||||
echo ""
|
||||
echo "Where:"
|
||||
echo "Where [options] include:"
|
||||
echo " --debug"
|
||||
echo " Enable script debug"
|
||||
echo " --silent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue