aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/yum.fish
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2012-12-16 12:24:05 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2012-12-16 12:24:05 +0800
commit3d2b12e72a48b7bc8d67b1d1e685683eefbbbb5c (patch)
tree05e658dce5c9a28990815c1f48b55100a77be1a4 /share/completions/yum.fish
parent09b1eee5d02ff4d727e85f651e13fa0c18b93709 (diff)
Fix spelling of "available" in complete functions.
Diffstat (limited to 'share/completions/yum.fish')
-rw-r--r--share/completions/yum.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/completions/yum.fish b/share/completions/yum.fish
index e5a9d20b..7ffec2cb 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"