From: Antonio Ospite Date: Sat, 9 Aug 2008 00:58:22 +0000 (+0200) Subject: tg.sh: Add -h, --help aliases for the help command X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=2e5b885d1d0178edefb8762ce9f44105bf3a9d0f tg.sh: Add -h, --help aliases for the help command I added some more help switches, I had to read the code to find the 'help' command because the usual --help and -h didn't worked. Signed-off-by: Antonio Ospite Signed-off-by: Petr Baudis --- diff --git a/tg.sh b/tg.sh index c5c71a2..d520a23 100644 --- 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)