diff options
author | daviddavid <geiger.david68210@gmail.com> | 2024-02-12 19:07:53 +0100 |
---|---|---|
committer | daviddavid <geiger.david68210@gmail.com> | 2024-02-12 19:07:53 +0100 |
commit | 23ce51cf774a24cafd46a9a5896e54f45c42de35 (patch) | |
tree | 38b904a5c8c3250ef169469834c03add257799db /bash-completion | |
parent | fde9fe10ef2bb4d201f81c28052dd82f36276cff (diff) | |
download | bm-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')
-rw-r--r-- | bash-completion/bm | 4 |
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= \ |