diff options
Diffstat (limited to 'urpm/args.pm')
-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' }, |