From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] make.sh: Clarify options need to come before the actual command Date: Sun, 09 Jan 2022 13:54:05 +0100 Message-ID: <31f0870d-f1c9-9f29-48d6-eaa9040aab7e@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1761485072712712032==" List-Id: --===============1761485072712712032== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=C3=BCller --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 7568ee232..3f45e1953 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|s= hell|sync|toolchain|update-contributors|find-dependencies|check-manualpages}" cat doc/make.sh-usage ;; esac --=20 2.26.2 --===============1761485072712712032==--