Fix typo in install_rally.sh script

Change-Id: Ic68a59abb4e03f9f1b4c1958fd42df2de425183a
This commit is contained in:
Christian Berendt 2016-04-13 13:45:31 +02:00
parent 90736a02e4
commit 42fde0ea7a

View File

@ -173,7 +173,7 @@ $GREEN --branch $NO_COLOR Git branch name, tag (Rally release), co
$GREEN -f, --overwrite $NO_COLOR Deprecated. Use -r instead.
$GREEN -r, --recreate $NO_COLOR Remove target directory if it already exist.
If neither '-r' nor '-R' is set default behaviour is to ask.
$GREEN -R, --no-recreate $NO_COLOR Do not reemove target directory if it already exist.
$GREEN -R, --no-recreate $NO_COLOR Do not remove target directory if it already exist.
If neither '-r' nor '-R' is set default behaviour is to ask.
$GREEN -y, --yes $NO_COLOR Do not ask for confirmation: assume a 'yes' reply
to every question.