Update build_win.sh

This commit is contained in:
Alexander David Frick 2022-06-25 11:37:11 -05:00 committed by GitHub
parent 0b343a00ca
commit 45e8c29c4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ try() { "$@" || die "${RED}Failed $*"; }
displayHelp () {
printf "\n" &&
printf "${bold}${GRE}Script to build Thorium for Windows on Linux.${c0}\n" &&
printf "${underline}${YEL}Usage${c0}: build_win.sh # (where # is number of jobs)${c0}\n" &&
printf "${underline}${YEL}Usage: ${c0}build_win.sh # (where # is number of jobs)${c0}\n" &&
printf "\n"
}