aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOluf Lorenzen <ol@axxeo.de>2010-12-10 20:15:46 +0100
committerBenjamin C Meyer <ben@meyerhome.net>2012-01-25 00:44:48 -0500
commitc353359930fbf255861ca7295d606364e1f6bc91 (patch)
treea05fe4cdc27bffaf9bd8687ba80d444f8bf7b8b1
parent09b39381ecff895d4b3d6f340390ae71af727f2a (diff)
downloadgit-hooks-c353359930fbf255861ca7295d606364e1f6bc91.tar.gz
git-hooks-c353359930fbf255861ca7295d606364e1f6bc91.tar.bz2
Add another standard-help-flag
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
-rwxr-xr-xgit-hooks2
1 files changed, 1 insertions, 1 deletions
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:'