chiark / gitweb /
tg.sh: Add -h, --help aliases for the help command
[topgit.git] / tg.sh
diff --git a/tg.sh b/tg.sh
index c5c71a22fa25064b72746111b3e9633244956286..d520a230096ebdfbe442af71f333c59c7a9a1c32 100644 (file)
--- a/tg.sh
+++ b/tg.sh
@@ -198,7 +198,7 @@ cmd="$1"
 shift
 
 case "$cmd" in
-help)
+help|--help|-h)
        do_help "$1"
        exit 1;;
 --hooks-path)