Skip to content

Commit be0977d

Browse files
committed
fix
1 parent f4bab35 commit be0977d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot/check-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
;;

0 commit comments

Comments
 (0)