summaryrefslogtreecommitdiffstats
path: root/bash-completion/bm
diff options
context:
space:
mode:
authordaviddavid <geiger.david68210@gmail.com>2024-02-12 19:07:53 +0100
committerdaviddavid <geiger.david68210@gmail.com>2024-02-12 19:07:53 +0100
commit23ce51cf774a24cafd46a9a5896e54f45c42de35 (patch)
tree38b904a5c8c3250ef169469834c03add257799db /bash-completion/bm
parentfde9fe10ef2bb4d201f81c28052dd82f36276cff (diff)
downloadbm-23ce51cf774a24cafd46a9a5896e54f45c42de35.tar
bm-23ce51cf774a24cafd46a9a5896e54f45c42de35.tar.gz
bm-23ce51cf774a24cafd46a9a5896e54f45c42de35.tar.bz2
bm-23ce51cf774a24cafd46a9a5896e54f45c42de35.tar.xz
bm-23ce51cf774a24cafd46a9a5896e54f45c42de35.zip
Add "--force-unpack" command to force unpacking (mga#32829)
- Thanks to Aurelian R
Diffstat (limited to 'bash-completion/bm')
-rw-r--r--bash-completion/bm4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash-completion/bm b/bash-completion/bm
index 65c6efb..feb2c18 100644
--- a/bash-completion/bm
+++ b/bash-completion/bm
@@ -28,8 +28,8 @@ _bm()
if [[ "$cur" == -* ]]; then
COMPREPLY=( $( compgen -W '--version -h --help -a -u -p -c -i \
- -s -b -l -j -o --unpack-dir= --build-log= --move-srpm= \
- --move-rpm= --move-failed-srpm= --copy-failed-srpm= \
+ -s -b -l -j -o --unpack-dir= --build-log= --force-unpack \
+ --move-srpm= --move-rpm= --move-failed-srpm= --copy-failed-srpm= \
--remove-failed-srpm --move-succeeded-srpm= \
--copy-succeeded-srpm= --remove-succeeded-srpm \
--move-log= --move-failed-log= --filter-renew= \