Remove --targets from usage.

This commit is contained in:
Kevin Jones 2017-08-15 09:50:38 -04:00
parent c4301c6ebf
commit f1fbd6bdd8

View file

@ -108,7 +108,7 @@ while [[ $# > 0 ]]; do
args=( "${args[@]/$1}" ) args=( "${args[@]/$1}" )
;; ;;
--help) --help)
echo "Usage: $0 [--configuration <CONFIGURATION>] [--targets <TARGETS...>] [--skip-prereqs] [--nopackage] [--docker <IMAGENAME>] [--help]" echo "Usage: $0 [--configuration <CONFIGURATION>] [--skip-prereqs] [--nopackage] [--docker <IMAGENAME>] [--help]"
echo "" echo ""
echo "Options:" echo "Options:"
echo " --configuration <CONFIGURATION> Build the specified Configuration (Debug or Release, default: Debug)" echo " --configuration <CONFIGURATION> Build the specified Configuration (Debug or Release, default: Debug)"