From 2e5b885d1d0178edefb8762ce9f44105bf3a9d0f Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 9 Aug 2008 02:58:22 +0200 Subject: [PATCH] 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 --- tg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2