]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Document "all compile -1"
authorterencehill <piuntn@gmail.com>
Tue, 20 Nov 2018 13:32:30 +0000 (14:32 +0100)
committerterencehill <piuntn@gmail.com>
Tue, 20 Nov 2018 13:32:30 +0000 (14:32 +0100)
misc/tools/all/xonotic.subr
misc/tools/all/zsh_autocompletion/all/_all

index 5916f5f6322d770b42483b620f30fccca5243739..1dd14a9a88c11b9871e98787170af5d9a5a1524e 100644 (file)
@@ -373,7 +373,7 @@ case "$cmd" in
                fi
                ;;
        help)
                fi
                ;;
        help)
-               $ECHO "  $SELF compile [-c] [-qc] [-r|-p] [-0] [sdl|dedicated]"
+               $ECHO "  $SELF compile [-c] [-qc] [-r|-p] [-0] [-1] [sdl|dedicated]"
                $ECHO "  $SELF update-maps"
                $ECHO "  $SELF run [sdl|dedicated] options..."
                $ECHO "  $SELF compile-map mapname1 mapname2... (e.g. \"./all compile-map dance drain fuse\")"
                $ECHO "  $SELF update-maps"
                $ECHO "  $SELF run [sdl|dedicated] options..."
                $ECHO "  $SELF compile-map mapname1 mapname2... (e.g. \"./all compile-map dance drain fuse\")"
index 8c99c313922a5c2a4710aeac0ebc65f42d91d531..7a1a4ca29428c29e2f432e9eb3cbb1c701e59870 100644 (file)
@@ -51,6 +51,7 @@ case $state in
             _arguments \
                 '1:Version:(sdl dedicated)' \
                 "-0[don't use precompiled d0_blind_id]" \
             _arguments \
                 '1:Version:(sdl dedicated)' \
                 "-0[don't use precompiled d0_blind_id]" \
+                "-1[don't compile d0_blind_id]" \
                 '-c[clean all before building]' \
                 '-qc[clean QuakeC binaries]' \
                 - '(release)' \
                 '-c[clean all before building]' \
                 '-qc[clean QuakeC binaries]' \
                 - '(release)' \