]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
dockerbuild: more useful help
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 14 Apr 2021 22:04:32 +0000 (23:04 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 14 Apr 2021 22:04:32 +0000 (23:04 +0100)
scripts/docker/dockerbuild

index cade4809890212c78fc0a25fb02767b475a442d2..77bd41b8068a57de54ade01fcbbd4dabe2657842 100755 (executable)
@@ -12,13 +12,13 @@ usage ()
 {
        [ "0$1" -gt 0 ] && exec 1>&2
        echo "Syntax: $0 [options] <dir>"
-       echo "  -c      disable docker cache"
-       echo "  -j      build jenkins image instead of main image"
-       echo "  -l      build with clang rather than gcc"
-       echo "  -d      build with faster for dev only (smaller key sizes)"
-       echo "  -s      build with alternative git source"
-       echo "  -b      build with alternative git branch"
-       echo "  -h      this help"
+       echo "  -c          disable docker cache"
+       echo "  -j          build jenkins image instead of main image"
+       echo "  -l          build with clang rather than gcc"
+       echo "  -d          build with faster for dev only (smaller key sizes)"
+       echo "  -s <src>    build with alternative git source"
+       echo "  -b <branch> build with alternative git branch"
+       echo "  -h          this help"
        exit $1
 }