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 committed by Jorge Bucaran
parent 90bedbcaf5
commit 8206a89a46

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