fisher --list description change.

This commit is contained in:
Jorge Bucaran 2016-02-17 13:59:00 +09:00
parent cbf73e82b0
commit 7be1ad07d2
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -2,7 +2,7 @@ set -l IFS ";"
complete -xc fisher
complete -c fisher -n "__fish_use_subcommand" -s l -l list -d "List plugins [file]"
complete -c fisher -n "__fish_use_subcommand" -s l -l list -d "[=<file>] List plugins"
complete -c fisher -n "__fish_use_subcommand" -s h -l help -d "Display help"
complete -c fisher -n "__fish_use_subcommand" -s v -l version -d "Show version information"