summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-10 16:41:06 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-10 16:41:06 +0000
commit11d574238f18fe034d62956adff3ec35e804b132 (patch)
treef46db950af6f1d39eedca61034f1646849344b39 /urpm/args.pm
parent49fb4f3552182b2805aedfdb218eddba1f59ee43 (diff)
downloadurpmi-11d574238f18fe034d62956adff3ec35e804b132.tar
urpmi-11d574238f18fe034d62956adff3ec35e804b132.tar.gz
urpmi-11d574238f18fe034d62956adff3ec35e804b132.tar.bz2
urpmi-11d574238f18fe034d62956adff3ec35e804b132.tar.xz
urpmi-11d574238f18fe034d62956adff3ec35e804b132.zip
Add an --ignoresize option to urpmi
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm1
1 files changed, 1 insertions, 0 deletions
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,