File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ function help_menu() {
5353 echo
5454 echo " ${BOLD} OPTIONAL PARAMETERS:${RST} "
5555 echo " -f | --full-src: Download full git repos instead of shallow clones"
56+ echo " -j | --jobs: Specify the amount of threads to use. This overrides the default automatic detection"
5657 echo " -nt | --no-tmpfs: Do not use tmpfs for building (useful if you don't have much RAM)."
5758 echo " -nu | --no-update: Do not update the downloaded components before building (useful if you have slow internet)."
5859 echo " -p | --package: Possible values: gz or xz. Compresses toolchain after build."
5960 echo " -t | --tarballs: Use tarballs for binutils, ISL, and, GCC"
6061 echo " -V | --verbose: Make script print all output, not just errors and the ending information"
61- echo " -j | --jobs: Specify the amount of threads to use. This overrides the default automatic detection"
6262 echo
6363}
6464
You can’t perform that action at this time.
0 commit comments