[yum-commits] Branch 'yum-3_2_X' - etc/yum.bash
Ville Skyttä
scop at osuosl.org
Thu Sep 29 16:16:17 UTC 2011
etc/yum.bash | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5e23d836433bc3e90536cc93544b07576e5002fd
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Thu Sep 29 19:15:46 2011 +0300
Remove resolvedep from suggested completions now that it's hidden.
diff --git a/etc/yum.bash b/etc/yum.bash
index 2faeb59..b998341 100644
--- a/etc/yum.bash
+++ b/etc/yum.bash
@@ -194,8 +194,8 @@ _yum()
# Commands offered as completions
local cmds=( check check-update clean deplist distro-sync downgrade
groupinfo groupinstall grouplist groupremove help history info install
- list makecache provides reinstall remove repolist resolvedep search
- shell update upgrade version )
+ list makecache provides reinstall remove repolist search shell update
+ upgrade version )
local i c cmd subcmd
for (( i=1; i < ${#words[@]}-1; i++ )) ; do
More information about the Yum-commits
mailing list