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

pull/445/head
Jorge Bucaran 8 years ago
parent a25fc7353e
commit 95412aeab7
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -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

Loading…
Cancel
Save