mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Fix spelling of "available" in complete functions.
This commit is contained in:
parent
09b1eee5d0
commit
3d2b12e72a
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue