mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update build_mac.sh
This commit is contained in:
parent
45e8c29c4d
commit
2d596c26aa
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ try() { "$@" || die "${RED}Failed $*"; }
|
|||
# --help
|
||||
displayHelp () {
|
||||
printf "\n" &&
|
||||
printf "${bold}${YEL}Script to build Thorium on MacOS.${c0}\n" &&
|
||||
printf "${underline}Usage${c0}: build.sh # (where # is number of jobs)${c0}\n" &&
|
||||
printf "${bold}${GRE}Script to build Thorium on MacOS.${c0}\n" &&
|
||||
printf "${underline}${YEL}Usage: ${c0}build.sh # (where # is number of jobs)${c0}\n" &&
|
||||
printf "\n"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue