From 11d574238f18fe034d62956adff3ec35e804b132 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 10 Oct 2005 16:41:06 +0000 Subject: Add an --ignoresize option to urpmi --- urpm/args.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index e803c297..b9e60087 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -115,6 +115,7 @@ my %options_spec = ( 'use-distrib=s' => \$::usedistrib, 'excludepath|exclude-path=s' => sub { $urpm->{options}{excludepath} = $_[1] }, 'excludedocs|exclude-docs' => sub { $urpm->{options}{excludedocs} = 1 }, + 'ignoresize' => sub { $urpm->{options}{ignoresize} = 1 }, 'more-choices' => sub { $urpm->{options}{morechoices} = 1 }, 'expect-install!' => \$::expect_install, 'nolock' => \$::nolock, -- cgit v1.2.1