From 190b6b2cf2a94e115abc25f75c707aa9de4cd0a8 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 20 Mar 2009 08:37:27 +0000 Subject: urpmi doesn't have a --auto-orphans parameter, fixes bug #48946 --- pod/urpmi.8.pod | 4 ---- urpmi | 1 - urpmi.bash-completion | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 7e274c91..8edba48f 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -107,10 +107,6 @@ Like B<--auto-select>, but also updates all relevant media before selection of upgradeable packages is made. This avoids a previous call to C. -=item B<--auto-orphans> - -Remove all orphans without asking (see also C) - =item B<--no-md5sum> Disable MD5SUM file checking when updating media. diff --git a/urpmi b/urpmi index fec56f1a..fa5b0c70 100755 --- a/urpmi +++ b/urpmi @@ -81,7 +81,6 @@ usage: ") . N(" --auto-update - update media then upgrade the system. ") . N(" --no-md5sum - disable MD5SUM file checking. ") . N(" --force-key - force update of gpg key. -") . N(" --auto-orphans - remove orphans without asking ") . N(" --no-suggests - do not auto select \"suggested\" packages. ") . N(" --no-uninstall - never ask to uninstall a package, abort the installation. ") . N(" --no-install - don't install packages (only download) 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" -- cgit v1.2.1