From 7794bfa7c8482bdd653bc06291ea5323b74de346 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 18 Oct 2006 08:43:54 +0000 Subject: Add --no-md5sum and --force-key options to urpmi --- urpm/args.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index a4ae78da..4c24a803 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -147,6 +147,8 @@ my %options_spec = ( 'expect-install!' => \$::expect_install, 'nolock' => \$::nolock, restricted => \$::restricted, + 'no-md5sum' => \$::nomd5sum, + 'force-key' => \$::forcekey, a => \$::all, q => sub { --$::verbose; $::rpm_opt = '' }, v => sub { ++$::verbose; $::rpm_opt = 'vh' }, -- cgit v1.2.1