Skip to content

Commit

Permalink
updatea script help
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Jan 6, 2024
1 parent 189bb46 commit 41e16a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ try() { "$@" || die "${RED}Failed $*"; }
displayHelp () {
printf "\n" &&
printf "${bold}${GRE}Script to build Thorium for Windows on Linux.${c0}\n" &&
printf "${underline}${YEL}Usage:${c0} build_win.sh # (where # is number of jobs)${c0}\n" &&
printf "${underline}${YEL}Usage:${c0} build.sh # (where # is number of jobs)${c0}\n" &&
printf "\n"
}
case $1 in
Expand Down
2 changes: 1 addition & 1 deletion build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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_linux.sh # (where # is number of jobs)${c0}\n" &&
printf "\n"
}
case $1 in
Expand Down

0 comments on commit 41e16a5

Please sign in to comment.