From: Peter Müller Date: Sun, 9 Jan 2022 12:54:05 +0000 (+0100) Subject: make.sh: Clarify options need to come before the actual command X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a55f90e9cd6ca3fcd1ac5caa89df830d5326920e;p=people%2Fstevee%2Fipfire-2.x.git make.sh: Clarify options need to come before the actual command This might prevent some misunderstandings, as the help of make.sh does not precisely state where the options (target architecture) needs to be specified. See: https://lists.ipfire.org/pipermail/development/2022-January/011911.html Signed-off-by: Peter Müller Reviewed-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 51d3acc854..98c91845d4 100755 --- a/make.sh +++ b/make.sh @@ -1957,7 +1957,7 @@ check-manualpages) fi ;; *) - echo "Usage: $0 {build|changelog|clean|gettoolchain|downloadsrc|shell|sync|toolchain|update-contributors|find-dependencies|check-manualpages}" + echo "Usage: $0 [OPTIONS] {build|changelog|clean|gettoolchain|downloadsrc|shell|sync|toolchain|update-contributors|find-dependencies|check-manualpages}" cat doc/make.sh-usage ;; esac