From cb30542e781f9e6cefe7e2f939760a364e84d60f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 27 Nov 2006 09:26:29 +0000 Subject: add --auto-update to "urpmi --help", and move --no-md5sum and --force-key next to it --- urpmi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'urpmi') diff --git a/urpmi b/urpmi index e8899d95..98505069 100755 --- a/urpmi +++ b/urpmi @@ -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 -- cgit v1.2.1