summaryrefslogtreecommitdiffstats
path: root/urpm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm')
-rw-r--r--urpm/download.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/download.pm b/urpm/download.pm
index 38ee23ed..eef8f0f9 100644
--- a/urpm/download.pm
+++ b/urpm/download.pm
@@ -217,7 +217,7 @@ sub sync_wget {
($options->{callback} ? ("--progress=bar:force", "-o", "-") :
$options->{quiet} ? "-q" : @{[]}),
"--retr-symlinks",
- "--connect-timeout=$CONNECT_TIMEOUT",
+ "--timeout=$CONNECT_TIMEOUT",
"-NP",
$options->{dir},
@_