]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Clarify options need to come before the actual command
authorPeter Müller <peter.mueller@ipfire.org>
Sun, 9 Jan 2022 12:54:05 +0000 (13:54 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 14 Jan 2022 13:37:04 +0000 (13:37 +0000)
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 <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 51d3acc8544db472228c2cb8c1a18455c9a8a322..98c91845d4f250a09ed7e299deb7b202b1091393 100755 (executable)
--- 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