Fix spelling of "available" in complete functions.

This commit is contained in:
Cheer Xiao 2012-12-16 12:24:05 +08:00
parent 09b1eee5d0
commit 3d2b12e72a
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
complete -c bind -s a -l all --description 'Show unavaliable key bindings/erase all bindings'
complete -c bind -s a -l all --description 'Show unavailable key bindings/erase all bindings'
complete -c bind -s e -l erase --description 'Erase mode'
complete -c bind -s f -l function-names --description 'Print names of available functions'
complete -c bind -s h -l help --description "Display help and exit"

View file

@ -18,8 +18,8 @@ complete -c yum -n '__fish_use_subcommand' -xa install --description "Install th
complete -c yum -n '__fish_use_subcommand' -xa 'update upgrade' --description "Update specified packages (defaults to all packages)"
complete -c yum -n '__fish_use_subcommand' -xa check-update --description "Print list of available updates"
complete -c yum -n '__fish_use_subcommand' -xa 'remove erase' --description "Remove the specified packages and packages that depend on them"
complete -c yum -n '__fish_use_subcommand' -xa list --description "List avaialble packages"
complete -c yum -n '__fish_use_subcommand' -xa info --description "Describe avaialble packages"
complete -c yum -n '__fish_use_subcommand' -xa list --description "List available packages"
complete -c yum -n '__fish_use_subcommand' -xa info --description "Describe available packages"
complete -c yum -n '__fish_use_subcommand' -xa 'provides whatprovides' --description "Find package providing a feature or file"
complete -c yum -n '__fish_use_subcommand' -xa search --description "find packages matching description regexp"
complete -c yum -n '__fish_use_subcommand' -xa clean --description "Clean up cache directory"