From c353359930fbf255861ca7295d606364e1f6bc91 Mon Sep 17 00:00:00 2001
From: Oluf Lorenzen
Date: Fri, 10 Dec 2010 20:15:46 +0100
Subject: Add another standard-help-flag
Signed-off-by: Benjamin C Meyer
---
git-hooks | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-hooks b/git-hooks
index 9aa0ead..6137293 100755
--- a/git-hooks
+++ b/git-hooks
@@ -153,7 +153,7 @@ case $1 in
--install|--uninstall )
install_hooks "$1"
;;
- -h|--help )
+ -h|--help|-? )
echo 'Git Hooks'
echo ''
echo 'Options:'
--
cgit v1.2.3