Skip to content

Commit cad1ed9

Browse files
author
Junio C Hamano
committed
"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 <[email protected]>
1 parent e51c3b5 commit cad1ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-sh-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $LONG_USAGE"
3030
fi
3131

3232
case "$1" in
33-
--h|--he|--hel|--help)
33+
-h|--h|--he|--hel|--help)
3434
echo "$LONG_USAGE"
3535
exit
3636
esac

0 commit comments

Comments
 (0)