[rtems commit] bootstrap: Correct help message

Joel Sherrill joel at rtems.org
Thu Aug 30 13:41:34 UTC 2018


Module:    rtems
Branch:    master
Commit:    7b1a711d3bcfc6d3a23b50960d85380fa38c0ee2
Changeset: http://git.rtems.org/rtems/commit/?id=7b1a711d3bcfc6d3a23b50960d85380fa38c0ee2

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Aug 29 18:02:09 2018 -0500

bootstrap: Correct help message

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"



More information about the vc mailing list