diff options
author | Dave Reisner <dreisner@archlinux.org> | 2014-11-04 08:10:22 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-11-05 10:59:57 +1000 |
commit | de442b6867b9f21c3a01a6c03339cf86812944a8 (patch) | |
tree | a47830b66cce6abeaa064bc63252b3e0374586cf /contrib | |
parent | 167a598265b9f81f5afc71380c4f6b871caeb76b (diff) | |
download | pacman-de442b6867b9f21c3a01a6c03339cf86812944a8.tar.xz |
bash_completion: add --noarchive to makepkg's completions
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/bash_completion.in | 2 |
1 files changed, 1 insertions, 1 deletions
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') |