"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
|
fi
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
--h|--he|--hel|--help)
|
-h|--h|--he|--hel|--help)
|
||||||
echo "$LONG_USAGE"
|
echo "$LONG_USAGE"
|
||||||
exit
|
exit
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user