fisher --list description change.

This commit is contained in:
Jorge Bucaran 2016-02-17 13:59:00 +09:00 committed by Jorge Bucaran
parent bd4fa7ece5
commit 2c7fa275c5

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"