summaryrefslogtreecommitdiffstats
path: root/urpmi.bash-completion
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-03-23 17:05:06 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-03-23 17:05:06 +0000
commita6560aa5e65d380a9f40de585f28f4af022e8d74 (patch)
tree2e95a3b8928f219b673b09401cc2bf225bc02dcc /urpmi.bash-completion
parent1cf4d68e8b1adcacacb2688f9ae56846bc74a4cf (diff)
downloadurpmi-a6560aa5e65d380a9f40de585f28f4af022e8d74.tar
urpmi-a6560aa5e65d380a9f40de585f28f4af022e8d74.tar.gz
urpmi-a6560aa5e65d380a9f40de585f28f4af022e8d74.tar.bz2
urpmi-a6560aa5e65d380a9f40de585f28f4af022e8d74.tar.xz
urpmi-a6560aa5e65d380a9f40de585f28f4af022e8d74.zip
Revert "urpmi doesn't have a --auto-orphans parameter, fixes bug #48946"
The parameter was actually implemented and working, dunno how I overlooked that.
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r--urpmi.bash-completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion
index ffd20dca..752606e7 100644
--- a/urpmi.bash-completion
+++ b/urpmi.bash-completion
@@ -95,7 +95,7 @@ _urpmi()
# add dangereous option for everything else as rurpmi
if [[ ${COMP_WORDS[0]} != *rurpmi ]]; then
options="$options --root --use-distrib --env \
- --replacepkgs --justdb \
+ --auto-orphans --replacepkgs --justdb \
--allow-nodeps --allow-force --no-suggests --force \
--noscripts --auto-update --keep --nokeep \
--verify-rpm"