diff --git a/share/completions/bind.fish b/share/completions/bind.fish index cf3ca5bf5..fbdd91c29 100644 --- a/share/completions/bind.fish +++ b/share/completions/bind.fish @@ -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" diff --git a/share/completions/yum.fish b/share/completions/yum.fish index e5a9d20bb..7ffec2cb0 100644 --- a/share/completions/yum.fish +++ b/share/completions/yum.fish @@ -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"