Update build.sh
This commit is contained in:
parent
80b6a6f448
commit
ce44519bf8
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -17,8 +17,8 @@ try() { "$@" || die "${RED}Failed $*"; }
|
||||||
# --help
|
# --help
|
||||||
displayHelp () {
|
displayHelp () {
|
||||||
printf "\n" &&
|
printf "\n" &&
|
||||||
printf "${bold}${YEL}Script to build Thorium on Linux.${c0}\n" &&
|
printf "${bold}${GRE}Script to build Thorium on Linux.${c0}\n" &&
|
||||||
printf "${underline}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