diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-05 16:20:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-05 16:20:20 +0000 |
commit | 3fbc06f36465e2e5d4eaa7024674593410ae21a0 (patch) | |
tree | 9c6a9e05a0883b572c2e091a56aae1443e3156c4 /urpm/args.pm | |
parent | 14d011c5e51881cb2c31b7255b65d5012d831446 (diff) | |
download | urpmi-3fbc06f36465e2e5d4eaa7024674593410ae21a0.tar urpmi-3fbc06f36465e2e5d4eaa7024674593410ae21a0.tar.gz urpmi-3fbc06f36465e2e5d4eaa7024674593410ae21a0.tar.bz2 urpmi-3fbc06f36465e2e5d4eaa7024674593410ae21a0.tar.xz urpmi-3fbc06f36465e2e5d4eaa7024674593410ae21a0.zip |
fix previous commit (otherwise it goes very weird)
Diffstat (limited to 'urpm/args.pm')
-rw-r--r-- | urpm/args.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/args.pm b/urpm/args.pm index 67832b73..aeaf0829 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -427,7 +427,7 @@ foreach my $k ("update", "media|mediums=s", } foreach my $k ("wget", "curl", "prozilla", "aria2", 'downloader=s', "proxy=s", "proxy-user=s", - 'limit-rate=s', 'metalink', + 'limit-rate=s', 'metalink!', "wget-options=s", "curl-options=s", "rsync-options=s", "prozilla-options=s", "aria2-options=s") { $options_spec{'urpmi.addmedia'}{$k} = |