mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
Update build.sh
This commit is contained in:
parent
ce44519bf8
commit
0b343a00ca
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -18,7 +18,7 @@ try() { "$@" || die "${RED}Failed $*"; }
|
|||
displayHelp () {
|
||||
printf "\n" &&
|
||||
printf "${bold}${GRE}Script to build Thorium on Linux.${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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue