diff --git a/bash_completion b/bash_completion index 45e23d85..5cae1e2d 100644 --- a/bash_completion +++ b/bash_completion @@ -2,7 +2,7 @@ # # # @@ -682,7 +682,7 @@ _rpm() whatrequires requires triggeredby ftpport ftpproxy httpproxy \ httpport provides triggers dump changelog dbpath filesbypkg \ define eval pipe showrc info list state docfiles \ - configfiles queryformat' ${cur_nodash#-} ) ) + configfiles queryformat conflicts obsoletes' ${cur_nodash#-} ) ) dashify # return if $cur is an option [[ "$cur" == -* ]] && return 0 @@ -711,8 +711,8 @@ _rpm() whatrequires requires triggeredby ftpport ftpproxy httpproxy \ httpport provides triggers dump changelog dbpath specfile \ querybynumber last filesbypkg define eval pipe showrc info \ - list state docfiles configfiles queryformat' \ - ${cur_nodash#-} ) ) + list state docfiles configfiles queryformat conflicts \ + obsoletes' ${cur_nodash#-} ) ) dashify # return if $cur is an option [[ "$cur" == -* ]] && return 0