зеркало из https://github.com/microsoft/git.git
"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:
Родитель
e51c3b5006
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче