[yum-commits] Branch 'yum-3_2_X' - etc/yum.bash
Ville Skyttä
scop at osuosl.org
Tue Nov 24 20:22:32 UTC 2009
etc/yum.bash | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 81c383b0fce06847b152ea6a3342bc5d0ef65639
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Tue Nov 24 22:20:58 2009 +0200
Add expire-cache to clean completions.
diff --git a/etc/yum.bash b/etc/yum.bash
index c642d82..f48f588 100644
--- a/etc/yum.bash
+++ b/etc/yum.bash
@@ -102,8 +102,8 @@ _yum()
clean)
if [ "$prev" = clean ] ; then
- COMPREPLY=( $( compgen -W 'packages headers metadata cache
- dbcache all' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W 'expire-cache packages headers
+ metadata cache dbcache all' -- "$cur" ) )
fi
return 0
;;
More information about the Yum-commits
mailing list