mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-20 17:54:13 -05:00
"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>
This commit is contained in:
@@ -30,7 +30,7 @@ $LONG_USAGE"
|
||||
fi
|
||||
|
||||
case "$1" in
|
||||
--h|--he|--hel|--help)
|
||||
-h|--h|--he|--hel|--help)
|
||||
echo "$LONG_USAGE"
|
||||
exit
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user