diff --git a/closed/get_j9_source.sh b/closed/get_j9_source.sh index 2f74850b3be..cb0a9709001 100644 --- a/closed/get_j9_source.sh +++ b/closed/get_j9_source.sh @@ -45,7 +45,7 @@ usage() { echo " -openjceplus-reference a local repo to use as a clone reference" echo " -with-gskit-bin the GSKit binary url" echo " -with-gskit-sdk-bin the GSKIT SDK binary url" - echo " -with-gskit-bin-credential the credential for downloading the GSKit and GSKit SDK from artifactory" + echo " -with-gskit-bin-credential the credential for downloading the GSKit and GSKit SDK" echo " -parallel (boolean) if 'true' then the clone j9 repository commands run in parallel, default is false" echo "" exit 1 @@ -226,7 +226,7 @@ if [ "${git_urls[$openjceplus_source]}" ]; then else echo echo "GSKit binaries are needed for compiling $openjceplus_source" - echo "Please set -with-gskit-bin, -with-gskit-sdk-bin, and -with-gskit-bin-credential" + echo "Please set -with-gskit-bin, -with-gskit-sdk-bin, and -with-gskit-bin-credential" exit 1 fi diff --git a/get_source.sh b/get_source.sh index 6ac5d6d7732..80e8ff53a80 100644 --- a/get_source.sh +++ b/get_source.sh @@ -46,7 +46,7 @@ usage() { echo " -openjceplus-reference a local repo to use as a clone reference" echo " -with-gskit-bin the GSKit binary url" echo " -with-gskit-sdk-bin the GSKIT SDK binary url" - echo " -with-gskit-bin-credential the credential for downloading the GSKit and GSKit SDK from artifactory" + echo " -with-gskit-bin-credential the credential for downloading the GSKit and GSKit SDK" echo " -parallel (boolean) if 'true' then the clone j9 repository commands run in parallel, default is false" echo " --openssl-repo Specify the OpenSSL repository to download from" echo " --openssl-version Specify the version of OpenSSL source to download"