From: Rudolf Polzer <divverent@alientrap.org>
Date: Sat, 18 Sep 2010 11:24:27 +0000 (+0200)
Subject: update help in ./all
X-Git-Tag: xonotic-v0.1.0preview~202^2~2
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2a67f42c77264b251eadef2129bc4ea2f24a1ac6;p=xonotic%2Fxonotic.git

update help in ./all
---

diff --git a/all b/all
index 1d359e8a..764fb430 100755
--- a/all
+++ b/all
@@ -1383,15 +1383,24 @@ case "$cmd" in
 
 	*)
 		echo "Usage:"
-		echo "  $SELF pull"
-		echo "  $SELF merge"
-		echo "  $SELF push [-s]"
+		echo "  $SELF admin-merge [<branch>]"
+		echo "  $SELF branch <branch>"
+		echo "  $SELF branch <remote> <branch> [<srcbranch>]"
 		echo "  $SELF branches"
-		echo "  $SELF branch [<remote>] <branchname>"
-		echo "  $SELF branch <remote> <branchname> <srcbranchname>"
-		echo "  $SELF checkout [<remote>] <branchname>"
-		echo "  $SELF compile [-c|-n] [<client>] <options>"
-		echo "  $SELF run [<client>] <options>"
-		echo "  $SELF each <command>"
+		echo "  $SELF checkout|switch <branch>"
+		echo "  $SELF checkout|switch <remote>/<branch>"
+		echo "  $SELF clean [-m] [-f | -fu | -fU] [-r] [-D]"
+		echo "  $SELF clean --reclone"
+		echo "  $SELF compile [-c]"
+		echo "  $SELF each|foreach [-k] command..."
+		echo "  $SELF fix_upstream_rebase"
+		echo "  $SELF merge"
+		echo "  $SELF push|commit [-s]"
+		echo "  $SELF release"
+		echo "  $SELF restore-patches"
+		echo "  $SELF run [sdl|glx|wgl|agl|dedicated] options..."
+		echo "  $SELF save-patches"
+		echo "  $SELF update-maps"
+		echo "  $SELF update|pull [-N]"
 		;;
 esac