contrib/bash_completion: update with new makepkg opts

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dave Reisner 2011-07-06 22:19:58 -04:00 committed by Dan McGee
parent 6907a22b27
commit 1376ba5b0e

View file

@ -32,9 +32,9 @@ _makepkg() {
COMPREPLY=() COMPREPLY=()
_get_comp_words_by_ref cur prev _get_comp_words_by_ref cur prev
if [[ $cur = -* && ! $prev =~ ^-(-(config|help)$|\w*[Chp]) ]]; then if [[ $cur = -* && ! $prev =~ ^-(-(config|help)$|\w*[Chp]) ]]; then
opts=('allsource asroot clean config force geninteg help holdver opts=('allsource asroot check clean config force geninteg help holdver ignorearch
ignorearch install log nobuild nocolor noconfirm nodeps noextract install log nobuild nocheck nocolor noconfirm nodeps noextract noprogressbar
noprogressbar pkg repackage rmdeps skipinteg source syncdeps' nosign pkg repackage rmdeps sign skipinteg source syncdeps'
'A L R c d e f g h i m o p r s') 'A L R c d e f g h i m o p r s')
_arch_ptr2comp opts _arch_ptr2comp opts
fi fi