Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn.perl: perform deletions before anything else
[gitweb.git]
/
git-sh-setup.sh
diff --git
a/git-sh-setup.sh
b/git-sh-setup.sh
index 015fe6e336314c4994b68b966d41b5c09f97d956..5d8e4e6c89f0471567a7aa1f07b054d8ac502e15 100644
(file)
--- a/
git-sh-setup.sh
+++ b/
git-sh-setup.sh
@@
-90,7
+90,7
@@
$LONG_USAGE"
fi
case "$1" in
- -h
|--h|--he|--hel|--help
)
+ -h)
echo "$LONG_USAGE"
exit
esac