Add `fisher update` to usage

pull/627/head
Jorge Bucaran 4 years ago
parent e5d10e0fe6
commit 32781c42dc
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -12,10 +12,11 @@ function fisher -a cmd -d "fish plugin manager"
case -v --version
echo "fisher, version $fisher_version"
case "" -h --help
echo "usage: fisher install <plugins...> install plugins"
echo " fisher update [<plugins...>] update installed plugins"
echo " fisher remove <plugins...> remove installed plugins"
echo " fisher list [<regex>] list installed plugins matching <regex>"
echo "usage: fisher install <plugins...> install plugins"
echo " fisher remove <plugins...> remove installed plugins"
echo " fisher update <plugins...> update installed plugins"
echo " fisher update update all installed plugins"
echo " fisher list [<regex>] list installed plugins matching regex"
echo "options:"
echo " -v or --version print fisher version"
echo " -h or --help print this help message"

Loading…
Cancel
Save