summaryrefslogtreecommitdiffstats
path: root/git-sh-setup.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-04-15 00:54:51 +0200
committerJunio C Hamano <junkio@cox.net>2006-04-15 00:54:51 +0200
commitcad1ed953513c3ef099d524746bb737c2be7b701 (patch)
tree2de6f60760338b579a1d58d338dfd02551472bd8 /git-sh-setup.sh
parentgit-log <diff-options> <paths> documentation (diff)
downloadgit-cad1ed953513c3ef099d524746bb737c2be7b701.tar.xz
git-cad1ed953513c3ef099d524746bb737c2be7b701.zip
"git cmd -h" for shell scripts.
Wrappers that use sh-setup took --help but not -h. Noticed by Sébastien Pierre. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to '')
-rwxr-xr-xgit-sh-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-sh-setup.sh b/git-sh-setup.sh
index 025ef2d5f6..d15747f1ed 100755
--- a/git-sh-setup.sh
+++ b/git-sh-setup.sh
@@ -30,7 +30,7 @@ $LONG_USAGE"
fi
case "$1" in
- --h|--he|--hel|--help)
+ -h|--h|--he|--hel|--help)
echo "$LONG_USAGE"
exit
esac