chiark / gitweb /
Change tg help exit code to 0
[topgit.git] / tg.sh
diff --git a/tg.sh b/tg.sh
index 2961106f735402d695043f31b32ffdef298566b3..959f621ed9ac4cec251c31412a9696b051a1a8c5 100644 (file)
--- a/tg.sh
+++ b/tg.sh
@@ -270,7 +270,7 @@ shift
 case "$cmd" in
 help|--help|-h)
        do_help "$1"
-       exit 1;;
+       exit 0;;
 --hooks-path)
        # Internal command
        echo "@hooksdir@";;