mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08: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:
parent
e51c3b5006
commit
cad1ed9535
@ -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…
Reference in New Issue
Block a user