summaryrefslogtreecommitdiffstats
path: root/urpm/args.pm
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-21 09:51:23 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-21 09:51:23 +0000
commitab8a5bb018ef6a17dd5cb50481ec09e5bc736f75 (patch)
tree144821066b3d8564cc276800720699d8830a2484 /urpm/args.pm
parent1e7a6aa11b053bd4a6ce1edfdda545e42e6fc458 (diff)
downloadurpmi-ab8a5bb018ef6a17dd5cb50481ec09e5bc736f75.tar
urpmi-ab8a5bb018ef6a17dd5cb50481ec09e5bc736f75.tar.gz
urpmi-ab8a5bb018ef6a17dd5cb50481ec09e5bc736f75.tar.bz2
urpmi-ab8a5bb018ef6a17dd5cb50481ec09e5bc736f75.tar.xz
urpmi-ab8a5bb018ef6a17dd5cb50481ec09e5bc736f75.zip
parse download-all argument in gurpmi too
Diffstat (limited to 'urpm/args.pm')
-rw-r--r--urpm/args.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm
index e2a0751f..1160ba85 100644
--- a/urpm/args.pm
+++ b/urpm/args.pm
@@ -403,7 +403,7 @@ sub add_urpmf_parameter {
# common options setup
-foreach my $k ('allow-medium-change', 'auto', 'auto-select', 'clean', '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', 'clean', 'download-all:s', '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};