diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-20 08:37:27 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-20 08:37:27 +0000 |
commit | 190b6b2cf2a94e115abc25f75c707aa9de4cd0a8 (patch) | |
tree | f0f2fbb2d8b6efc991ff9392cb0ac21c3363cfed /urpmi.bash-completion | |
parent | d057196d86c7d10e9090017a8bc299da75e01d80 (diff) | |
download | urpmi-190b6b2cf2a94e115abc25f75c707aa9de4cd0a8.tar urpmi-190b6b2cf2a94e115abc25f75c707aa9de4cd0a8.tar.gz urpmi-190b6b2cf2a94e115abc25f75c707aa9de4cd0a8.tar.bz2 urpmi-190b6b2cf2a94e115abc25f75c707aa9de4cd0a8.tar.xz urpmi-190b6b2cf2a94e115abc25f75c707aa9de4cd0a8.zip |
urpmi doesn't have a --auto-orphans parameter, fixes bug #48946
Diffstat (limited to 'urpmi.bash-completion')
-rw-r--r-- | urpmi.bash-completion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.bash-completion b/urpmi.bash-completion index 752606e7..ffd20dca 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 \ - --auto-orphans --replacepkgs --justdb \ + --replacepkgs --justdb \ --allow-nodeps --allow-force --no-suggests --force \ --noscripts --auto-update --keep --nokeep \ --verify-rpm" |