git-extras: use git-help instead of man

PortableGit doesn't have man command.
This commit is contained in:
NANRI 2013-01-23 05:32:58 +09:00 committed by Nicolai Skogheim
parent 36f8f2ba1e
commit 434b7681ce

View file

@ -21,6 +21,6 @@ case "$1" in
update
;;
*)
man git-extras
git extras --help
;;
esac