From a55f90e9cd6ca3fcd1ac5caa89df830d5326920e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Sun, 9 Jan 2022 13:54:05 +0100 Subject: [PATCH] make.sh: Clarify options need to come before the actual command MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5