From 85e5eff098c1945e7d3e20fe96ce21619a20a71e Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Wed, 24 Dec 2003 02:58:50 +0000 Subject: - 4.48 - urpmq --list-url - urpmq --dump-config - urpmi.update --force-key --- urpmi.update | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpmi.update') diff --git a/urpmi.update b/urpmi.update index 41dd0101..99fb2856 100755 --- a/urpmi.update +++ b/urpmi.update @@ -33,6 +33,7 @@ sub main { /^--?f$/ and ++$options{force}, next; /^--?z$/ and ++$options{compress}, next; /^--update$/ and $options{update} = 1, next; + /^--force-key$/ and $options{forcekey} = 1, next; /^--wget$/ and $urpm->{sync} = sub { my $options = shift @_; if (ref $options) { $options->{prefer} = 'wget' } else { $options = { dir => $options, prefer => 'wget' } } @@ -68,6 +69,7 @@ where is a medium name to update. authentication (format is ). ") . N(" --update - update only update media. ") . N(" --no-md5sum - disable MD5SUM file checking. +") . N(" --force-key - force update of gpg key. ") . N(" -a - select all non-removable media. ") . N(" -c - clean headers cache directory. ") . N(" -f - force generation of hdlist files. -- cgit v1.2.1