[PATCH] bootstrap: Correct help message

Joel Sherrill joel at rtems.org
Wed Aug 29 23:02:58 UTC 2018


closes #3509.
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 3115ee06..8e284a5 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"
-- 
1.8.3.1



More information about the devel mailing list