diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/C/urpmi.8 | 2 | ||||
-rw-r--r-- | man/C/urpmi.cfg.5 | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index d50d5afc..bfda8390 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -123,6 +123,8 @@ Try to limit the download speed, \fIrate\fP is given in bytes/sec. This option i not active by default. .IP "\fB\--resume\fP" Resume transfer of partially-downloaded files. +.IP "\fB\--retry\fP \fItimes\fP" +Retries to download files over FTP or HTTP the specified number of times. .IP "\fB\--proxy\fP \fIproxyhost[:port|1080]\fP" Use specified HTTP proxy. .IP "\fB\--proxy-user\fP \fIuser:password\fP" diff --git a/man/C/urpmi.cfg.5 b/man/C/urpmi.cfg.5 index 34825da1..d656bd68 100644 --- a/man/C/urpmi.cfg.5 +++ b/man/C/urpmi.cfg.5 @@ -100,6 +100,11 @@ transaction). Setting this value to 0 disable the split of transaction. .B downloader Specify which download program to use: \fBwget\fP or \fBcurl\fP. +.TP +.B retry +Specify how many times the downloader should retry in case of non-permanent +errors. + .SS Medium description A medium is described as follows : |