diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-10-18 08:43:54 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-10-18 08:43:54 +0000 |
commit | 7794bfa7c8482bdd653bc06291ea5323b74de346 (patch) | |
tree | 6bf01c18a7aaa532c33cac34f0ee65eda79196cc /urpm | |
parent | 4738ea615da13b03bc03d2d5ace833c1a61bdbf8 (diff) | |
download | urpmi-7794bfa7c8482bdd653bc06291ea5323b74de346.tar urpmi-7794bfa7c8482bdd653bc06291ea5323b74de346.tar.gz urpmi-7794bfa7c8482bdd653bc06291ea5323b74de346.tar.bz2 urpmi-7794bfa7c8482bdd653bc06291ea5323b74de346.tar.xz urpmi-7794bfa7c8482bdd653bc06291ea5323b74de346.zip |
Add --no-md5sum and --force-key options to urpmi
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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' }, |