diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-27 09:26:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-27 09:26:29 +0000 |
commit | cb30542e781f9e6cefe7e2f939760a364e84d60f (patch) | |
tree | 2e7ec5693411f0573b204b081ea0332a61739331 | |
parent | eec6835ee66c2bddfeb0afdc1e8e9aa7b00271f7 (diff) | |
download | urpmi-cb30542e781f9e6cefe7e2f939760a364e84d60f.tar urpmi-cb30542e781f9e6cefe7e2f939760a364e84d60f.tar.gz urpmi-cb30542e781f9e6cefe7e2f939760a364e84d60f.tar.bz2 urpmi-cb30542e781f9e6cefe7e2f939760a364e84d60f.tar.xz urpmi-cb30542e781f9e6cefe7e2f939760a364e84d60f.zip |
add --auto-update to "urpmi --help", and move --no-md5sum and --force-key next to it
-rwxr-xr-x | urpmi | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -91,6 +91,9 @@ usage: ") . N(" --synthesis - use the given synthesis instead of urpmi db. ") . N(" --auto - non-interactive mode, assume default answers to questions. ") . N(" --auto-select - automatically select packages to upgrade the system. +") . 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(" --no-uninstall - never ask to uninstall a package, abort the installation. ") . N(" --no-install - don't install packages (only download) ") . N(" --keep - keep existing packages if possible, reject requested @@ -140,8 +143,6 @@ usage: ") . N(" --ignoresize - don't verify disk space before installation. ") . N(" --ignorearch - allow to install rpms for unmatched architectures. ") . N(" --noscripts - do not execute package scriptlet(s) -") . N(" --no-md5sum - disable MD5SUM file checking. -") . N(" --force-key - force update of gpg key. ") . N(" --repackage - Re-package the files before erasing ") . N(" --skip - packages which installation should be skipped ") . N(" --more-choices - when several packages are found, propose more choices |