index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | contrib/bash_completion.in | 2 |
diff --git a/contrib/bash_completion.in b/contrib/bash_completion.in index 519aa6dc..9b4bc38f 100644 --- a/contrib/bash_completion.in +++ b/contrib/bash_completion.in @@ -76,7 +76,7 @@ _makepkg() { _get_comp_words_by_ref cur prev if [[ $cur = -* && ! $prev =~ ^-(-(config|help)$|\w*[Chp]) ]]; then opts=('allsource asdeps asroot check clean config force geninteg help holdver ignorearch - install key log needed nobuild nocheck nocolor noconfirm nodeps noextract + install key log needed noarchive nobuild nocheck nocolor noconfirm nodeps noextract noprepare noprogressbar nosign pkg repackage rmdeps sign skipchecksums skipinteg skippgpcheck source syncdeps verifysource version' 'A L R S c d e f g h i m o p r s') |