summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-07 16:43:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-07 16:43:24 +0000
commit356cc0573cda820f69f27920cce656c564974cde (patch)
tree95cf815b9e6c8f73820c34dc109bbf8e07fa5841 /urpm/args.pm
parentda614e5c351ebb07e82a55c77b4c713f28f6b6f1 (diff)
downloadurpmi-356cc0573cda820f69f27920cce656c564974cde.tar
urpmi-356cc0573cda820f69f27920cce656c564974cde.tar.gz
urpmi-356cc0573cda820f69f27920cce656c564974cde.tar.bz2
urpmi-356cc0573cda820f69f27920cce656c564974cde.tar.xz
urpmi-356cc0573cda820f69f27920cce656c564974cde.zip
add --split-level and --split-length to gurpmi
(but only works as "--split-length=xx", not "--split-length xx")
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index 2e590b23..fb785cd6 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -410,7 +410,8 @@ sub add_urpmf_parameter {
# common options setup
-foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'force', 'expect-install!', 'justdb', 'no-priority-upgrade', 'noscripts', 'replacefiles', 'p', 'P', 'previous-priority-upgrade=s', 'root=s', 'test!', 'verify-rpm!', 'update')
+foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'force', 'expect-install!', 'justdb', 'no-priority-upgrade', 'noscripts', 'replacefiles', 'p', 'P', 'previous-priority-upgrade=s', 'root=s', 'test!', 'verify-rpm!', 'update',
+ 'split-level=s', 'split-length=s')
{
$options_spec{gurpmi}{$k} = $options_spec{urpmi}{$k};
}