More indentation fixes.
This commit is contained in:
parent
2c83f0ff43
commit
e63121c2ff
12
contrib/_yum
12
contrib/_yum
@ -124,13 +124,11 @@ _yum()
|
||||
return 0
|
||||
;;
|
||||
*)
|
||||
COMPREPLY=( $( compgen -W 'install update \
|
||||
check-update upgrade remove erase list info \
|
||||
provides whatprovides clean makecache \
|
||||
groupinstall groupupdate grouplist \
|
||||
groupremove groupinfo search shell resolvedep \
|
||||
localinstall localupdate deplist repolist \
|
||||
help' -- $cur ) )
|
||||
COMPREPLY=( $( compgen -W 'install update check-update upgrade \
|
||||
remove erase list info provides whatprovides clean makecache \
|
||||
groupinstall groupupdate grouplist groupremove groupinfo \
|
||||
search shell resolvedep localinstall localupdate deplist \
|
||||
repolist help' -- $cur ) )
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user