diff options
author | Oluf Lorenzen <ol@axxeo.de> | 2010-12-10 20:15:46 +0100 |
---|---|---|
committer | Benjamin C Meyer <ben@meyerhome.net> | 2012-01-25 00:44:48 -0500 |
commit | c353359930fbf255861ca7295d606364e1f6bc91 (patch) | |
tree | a05fe4cdc27bffaf9bd8687ba80d444f8bf7b8b1 | |
parent | 09b39381ecff895d4b3d6f340390ae71af727f2a (diff) | |
download | git-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-x | git-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ case $1 in --install|--uninstall ) install_hooks "$1" ;; - -h|--help ) + -h|--help|-? ) echo 'Git Hooks' echo '' echo 'Options:' |