summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-24 13:57:06 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-24 13:57:06 +0000
commit3086d97ab001d3dea639d803168f89b6a5b7182c (patch)
treef6778f45f62185c6c26b4036d1ccb36a4d101182 /scripts
parentVersion bumped and added Editor's Choice Edition Bonus Pack. (diff)
downloadhistorical-3086d97ab001d3dea639d803168f89b6a5b7182c.tar.gz
historical-3086d97ab001d3dea639d803168f89b6a5b7182c.tar.bz2
historical-3086d97ab001d3dea639d803168f89b6a5b7182c.zip
touch up the help message #72331 by Aaron Walker
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index 8fc8443b522a..c1a504605c56 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.62 2004/11/23 13:44:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.63 2004/11/24 13:57:06 vapier Exp $
# people who were here:
# (drobbins, 06 Jun 2003)
@@ -41,7 +41,7 @@ for opt in "$@" ; do
STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} -f"
unset STRAP_RUN;;
--help|-h)
- echo -e "Usage: ${HILITE}bootstrap-cascade.sh${NORMAL} ${GOOD}[options]${NORMAL}"
+ echo -e "Usage: ${HILITE}${0##*/}${NORMAL} ${GOOD}[options]${NORMAL}"
echo -e " ${GOOD}--debug (-d)${NORMAL} Run with debug information turned on"
echo -e " ${GOOD}--fetchonly (-f)${NORMAL} Just download all the source files"
echo -e " ${GOOD}--info (-i)${NORMAL} Show system related information"