]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
empty commits won't do. Instead, adding the synonym "switch" to checkout.
[xonotic/xonotic.git] / all
diff --git a/all b/all
index ee90e917949d083a6b609bb6bca3d7e3ac1fd22a..bfca7a2b69e472769d186d3cc85e1dd3bd62fa1c 100755 (executable)
--- a/all
+++ b/all
@@ -39,7 +39,7 @@ case "$cmd" in
                        fi
                done
                ;;
-       checkout)
+       checkout|switch)
                remote=$1
                branch=$2
                if [ -z "$branch" ]; then
@@ -135,7 +135,8 @@ case "$cmd" in
                echo "  $0 pull"
                echo "  $0 push"
                echo "  $0 branches"
-               echo "  $0 branch"
+               echo "  $0 branch <remote> <branchname>"
                echo "  $0 checkout"
+               echo "  $0 compile"
                ;;
 esac