Merge pull request #7446 from vcsjones/remove-targets-from-usage

Remove --targets from usage.
This commit is contained in:
Nick Guerrera 2017-08-17 11:51:22 -07:00 committed by GitHub
commit 448fba7456

View file

@ -108,7 +108,7 @@ while [[ $# > 0 ]]; do
args=( "${args[@]/$1}" )
;;
--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 "Options:"
echo " --configuration <CONFIGURATION> Build the specified Configuration (Debug or Release, default: Debug)"