diff options
-rw-r--r-- | pod/urpmi.8.pod | 4 | ||||
-rwxr-xr-x | urpmi | 1 | ||||
-rw-r--r-- | urpmi.bash-completion | 2 |
3 files changed, 1 insertions, 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<urpmi.update>. -=item B<--auto-orphans> - -Remove all orphans without asking (see also C<urpme --auto-orphans>) - =item B<--no-md5sum> Disable MD5SUM file checking when updating media. @@ -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" |