summaryrefslogtreecommitdiffstats
path: root/urpmi.update
diff options
context:
space:
mode:
Diffstat (limited to 'urpmi.update')
-rwxr-xr-xurpmi.update2
1 files changed, 2 insertions, 0 deletions
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 <name> is a medium name to update.
authentication (format is <user:password>).
") . 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.