Browse Source

"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>
maint
Junio C Hamano 19 years ago
parent
commit
cad1ed9535
  1. 2
      git-sh-setup.sh

2
git-sh-setup.sh

@ -30,7 +30,7 @@ $LONG_USAGE" @@ -30,7 +30,7 @@ $LONG_USAGE"
fi

case "$1" in
--h|--he|--hel|--help)
-h|--h|--he|--hel|--help)
echo "$LONG_USAGE"
exit
esac

Loading…
Cancel
Save