More indentation fixes.
This commit is contained in:
parent
2c83f0ff43
commit
e63121c2ff
18
contrib/_yum
18
contrib/_yum
@ -124,21 +124,19 @@ _yum()
|
|||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
COMPREPLY=( $( compgen -W 'install update \
|
COMPREPLY=( $( compgen -W 'install update check-update upgrade \
|
||||||
check-update upgrade remove erase list info \
|
remove erase list info provides whatprovides clean makecache \
|
||||||
provides whatprovides clean makecache \
|
groupinstall groupupdate grouplist groupremove groupinfo \
|
||||||
groupinstall groupupdate grouplist \
|
search shell resolvedep localinstall localupdate deplist \
|
||||||
groupremove groupinfo search shell resolvedep \
|
repolist help' -- $cur ) )
|
||||||
localinstall localupdate deplist repolist \
|
;;
|
||||||
help' -- $cur ) )
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
$split && return 0
|
$split && return 0
|
||||||
|
|
||||||
if [[ "$cur" == -* ]]; then
|
if [[ "$cur" == -* ]]; then
|
||||||
COMPREPLY=( $( compgen -W '--help --tolerant -C -c -R -d \
|
COMPREPLY=( $( compgen -W '--help --tolerant -C -c -R -d \
|
||||||
--showduplicates -e --quiet --verbose -y --version --installroot \
|
--showduplicates -e --quiet --verbose -y --version --installroot \
|
||||||
--enablerepo --disablerepo --exclude --disableexcludes --obsoletes \
|
--enablerepo --disablerepo --exclude --disableexcludes --obsoletes \
|
||||||
--noplugins --nogpgcheck --disableplugin --enableplugin \
|
--noplugins --nogpgcheck --disableplugin --enableplugin \
|
||||||
--skip-broken --color' -- $cur ) )
|
--skip-broken --color' -- $cur ) )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user