Skip to content

Commit

Permalink
Fix spelling of "available" in complete functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Dec 16, 2012
1 parent 09b1eee commit 3d2b12e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion share/completions/bind.fish
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions share/completions/yum.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d2b12e

Please sign in to comment.