Update -h --help completion description

This commit is contained in:
Jorge Bucaran 2021-01-18 18:52:21 +09:00
parent 746ec1a504
commit 94e934d49e
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30
1 changed files with 1 additions and 1 deletions

View File

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