diff options
author | Jani Välimaa <wally@mageia.org> | 2024-03-24 12:10:52 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-03-24 12:12:18 +0200 |
commit | e94bc7af4eaf94116c931b97f4f09e9416fd4153 (patch) | |
tree | b0a8e27246691d584a080cbb892d97081d8bba19 /bash-completion | |
parent | b641599c2119bda54d0663becfdfb29eb25430a4 (diff) | |
download | bm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.tar bm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.tar.gz bm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.tar.bz2 bm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.tar.xz bm-e94bc7af4eaf94116c931b97f4f09e9416fd4153.zip |
Rename --clean as --clean-topdir
Reuse --clean later as passthough option for rpmbuild
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion/bm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/bm b/bash-completion/bm index feb2c18..047a8fd 100644 --- a/bash-completion/bm +++ b/bash-completion/bm @@ -33,7 +33,7 @@ _bm() --remove-failed-srpm --move-succeeded-srpm= \ --copy-succeeded-srpm= --remove-succeeded-srpm \ --move-log= --move-failed-log= --filter-renew= \ - --filter-refresh= --clean --clean-on-success --ignore= \ + --filter-refresh= --clean-topdir --clean-on-success --ignore= \ --sign --nodeps --noclean --debug --short-circuit --with \ --without --define --target --dryrun --log=' -- $cur ) ) else |