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
commit1419b385692feee4d0fe402d60d5cec0e949019c (patch)
treeb9939b213fbbc9df8185cef9e5d7faef5d123d8f /scripts
parentVersion bumped and added Editor's Choice Edition Bonus Pack. (Manifest recommit) (diff)
downloadgentoo-2-1419b385692feee4d0fe402d60d5cec0e949019c.tar.gz
gentoo-2-1419b385692feee4d0fe402d60d5cec0e949019c.tar.bz2
gentoo-2-1419b385692feee4d0fe402d60d5cec0e949019c.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"