summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-08-29 18:02:09 -0500
committerJoel Sherrill <joel@rtems.org>2018-08-30 08:41:17 -0500
commit7b1a711d3bcfc6d3a23b50960d85380fa38c0ee2 (patch)
treef0d4978c44c0586e124c084ba7285f51c6d8990a /bootstrap
parentRemove bsps/sparc64/shared/helenos/boot/generic/string.c (diff)
downloadrtems-7b1a711d3bcfc6d3a23b50960d85380fa38c0ee2.tar.bz2
bootstrap: Correct help message
closes #3509.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 3115ee0678..8e284a552e 100755
--- a/bootstrap
+++ b/bootstrap
@@ -24,7 +24,7 @@ force=0
usage()
{
echo
- echo "usage: ${progname} [-c|-p|-h] [-q][-v]"
+ echo "usage: ${progname} [-c|-h|-H] [-q][-v]"
echo
echo "options:"
echo " -c .. clean, remove all aclocal/autoconf/automake generated files"