Update build_debug_win.sh

This commit is contained in:
Alexander David Frick 2022-06-25 11:44:46 -05:00 committed by GitHub
parent 10c4963361
commit ad2ab40a15
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}${YEL}Script to build Thorium for Windows on Linux.${c0}\n" &&
printf "${underline}Usage${c0}: build_win.sh # (where # is number of jobs)\n" &&
printf "${underline}Usage: ${c0}build_debug_win.sh # (where # is number of jobs)\n" &&
printf "\n"
}