Merge pull request #7446 from vcsjones/remove-targets-from-usage
Remove --targets from usage.
This commit is contained in:
commit
448fba7456
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue