diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-11 12:46:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-11 12:46:03 +0000 |
commit | d2736a81e1df5c19bdbc6e62b028e2f18a130480 (patch) | |
tree | c9d871f56f75d39bbc5f128abecf3950f76d09c5 /urpmi.bash-completion | |
parent | 25428f578665a94d873ea496da130059fee47fef (diff) | |
download | urpmi-d2736a81e1df5c19bdbc6e62b028e2f18a130480.tar urpmi-d2736a81e1df5c19bdbc6e62b028e2f18a130480.tar.gz urpmi-d2736a81e1df5c19bdbc6e62b028e2f18a130480.tar.bz2 urpmi-d2736a81e1df5c19bdbc6e62b028e2f18a130480.tar.xz urpmi-d2736a81e1df5c19bdbc6e62b028e2f18a130480.zip |
- urpmi
o new option --replacepkgs (same as rpm --replacepkgs) (#16112)
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r-- | urpmi.bash-completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion index c15d84c8..8c93fd86 100644 --- a/urpmi.bash-completion +++ b/urpmi.bash-completion @@ -108,6 +108,7 @@ _urpmi() # add dangereous option for everything else as rurpmi if [[ ${COMP_WORDS[0]} != *rurpmi ]]; then options="$options --root --use-distrib --env \ + --replacepkgs \ --allow-nodeps --allow-force --no-suggests --force \ --noscripts --auto-update --keep --nokeep \ --verify-rpm" |