From: thierry Date: Tue, 30 Sep 2008 12:24:31 +0000 (+0000) Subject: cosmetic X-Git-Tag: foo~267 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=8dab0135457cf763de0c6eefcdf2a6f107f389e9;p=infrastructure.git cosmetic --- diff --git a/scripts/all-builds.sh b/scripts/all-builds.sh index b624e7c..8ad1e0c 100755 --- a/scripts/all-builds.sh +++ b/scripts/all-builds.sh @@ -12,7 +12,7 @@ function usage () { echo "MAJOR_DISTROS (-d) TRUNK_DISTROS (-td) TRUNK_FCDISTROS (-tf) VS_DISTROS (-vd)" echo "FCDISTROS (-f) BITS (-i) BASE (-b)" echo "BUILD_BRANCH (-bb) BUILD_TRUNK (-bt)" - echo "RETRY (-O) TEST (-T) DRY_RUN (-n)" + echo "Overwrite (-o) TEST (-T) DRY_RUN (-n)" echo "Use at least one space for blanking a set of distros" exit 1 } @@ -51,7 +51,7 @@ while [[ -n "$@" ]] ; do -b) shift; BASE="$1" ;; -bb) BUILD_BRANCH=true ;; -bt) BUILD_TRUNK=true ;; - -O) base_option=-o ;; + -o) base_option=-o ;; -T) TEST=true ;; -n) DRY_RUN=true ;; -z) MINOR="" ;;