From 94e934d49e0828913732f278feb3b123c2d280ac Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Mon, 18 Jan 2021 18:52:21 +0900 Subject: [PATCH] Update -h --help completion description --- completions/fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/fisher.fish b/completions/fisher.fish index cfc25c4..6d23ce4 100644 --- a/completions/fisher.fish +++ b/completions/fisher.fish @@ -1,4 +1,4 @@ -complete --command fisher --exclusive --long help --description "Print usage help" +complete --command fisher --exclusive --long help --description "Print help" complete --command fisher --exclusive --long version --description "Print version" complete --command fisher --exclusive --condition __fish_use_subcommand --arguments install --description "Install plugins" complete --command fisher --exclusive --condition __fish_use_subcommand --arguments update --description "Update installed plugins"