Use -h instead of --help for consistency w/ other commands.

This commit is contained in:
Jorge Bucaran 2016-02-18 16:59:26 +09:00
parent a25fc7353e
commit 95412aeab7
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -26,7 +26,7 @@ function fisher -d "Fish Plugin Manager"
end
printf "fisher: '%s' is not a valid option.\n" $1 > /dev/stderr
fisher --help > /dev/stderr
fisher -h > /dev/stderr
return 1
end
end