Skip to content

Commit 05abf80

Browse files
committed
build: Respect alphabetical order
Signed-off-by: Albert I <[email protected]>
1 parent 2f285c7 commit 05abf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)