File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ display_help() {
6060 echo " OPTIONS:"
6161 echo " -h | --help - display this usage information [default: false]"
6262 echo " -v | --verbose - display more information [default: false]"
63- echo " -a | - -use-check-build-artefacts-script - alternative build artefacts check (sources file check-build-artefacts.sh if exists) [default: false]"
63+ echo " --use-check-build-artefacts-script - alternative build artefacts check (sources file check-build-artefacts.sh if exists) [default: false]"
6464}
6565
6666# set defaults for command line arguments
@@ -79,7 +79,7 @@ while [[ $# -gt 0 ]]; do
7979 VERBOSE=1
8080 shift 1
8181 ;;
82- -a|--alt- artefacts)
82+ --use-check-build- artefacts-script )
8383 USE_CHECK_BUILD_ARTEFACTS_SCRIPT=1
8484 shift 1
8585 ;;
You can’t perform that action at this time.
0 commit comments