mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update build_mac.sh
This commit is contained in:
parent
4bbcd1fd43
commit
695a4956ab
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ try() { "$@" || die "${RED}Failed $*"; }
|
||||||
# --help
|
# --help
|
||||||
displayHelp () {
|
displayHelp () {
|
||||||
printf "\n" &&
|
printf "\n" &&
|
||||||
printf "${bold}${GRE}Script to build Thorium on MacOS.${c0}\n" &&
|
printf "${bold}${GRE}Script to build Thorium and Thorium Shell on MacOS.${c0}\n" &&
|
||||||
printf "${underline}${YEL}Usage: ${c0}build.sh # (where # is number of jobs)${c0}\n" &&
|
printf "${underline}${YEL}Usage: ${c0}build.sh # (where # is number of jobs)${c0}\n" &&
|
||||||
printf "\n"
|
printf "\n"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue