diff options
author | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-01-09 17:56:11 +0000 |
---|---|---|
committer | Guillaume Rousse <guillomovitch@mandriva.org> | 2005-01-09 17:56:11 +0000 |
commit | b61196ccee5fd6c586113645e31c2c811d3917bf (patch) | |
tree | b23ac16b0d10ad1438100b02db030b42bc11ff5d | |
parent | 4564210bb8019c6120c5532ded58dc5f3acb999d (diff) | |
download | bootsplash-b61196ccee5fd6c586113645e31c2c811d3917bf.tar bootsplash-b61196ccee5fd6c586113645e31c2c811d3917bf.tar.gz bootsplash-b61196ccee5fd6c586113645e31c2c811d3917bf.tar.bz2 bootsplash-b61196ccee5fd6c586113645e31c2c811d3917bf.tar.xz bootsplash-b61196ccee5fd6c586113645e31c2c811d3917bf.zip |
options sync
-rw-r--r-- | rpmbuildupdate.bash-completion | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rpmbuildupdate.bash-completion b/rpmbuildupdate.bash-completion index 7ac2ab2..216e118 100644 --- a/rpmbuildupdate.bash-completion +++ b/rpmbuildupdate.bash-completion @@ -10,7 +10,7 @@ _rpmbuildupdate() prev=${COMP_WORDS[COMP_CWORD-1]} case $prev in - --@(rpmmon|src|spec)) + --rpmmon) _filedir return 0 ;; @@ -22,9 +22,9 @@ _rpmbuildupdate() if [[ "$cur" == -* ]]; then - COMPREPLY=( $( compgen -W '--rpmmon --srpms --src --spec --rpmoption \ - --release --changelog --deps --log --nosource --noupdate --top \ - --nobuild -c' -- $cur ) ) + COMPREPLY=( $( compgen -W '--rpmmon --srpms --rpmoption \ + --release --changelog --deps --log --nosource \ + --noupdate --top --nobuild --execute -c' -- $cur ) ) else # get source rpm path for file in /etc/rpmbuildupdate $HOME/.rpmbuildupdaterc; do |