mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 06:35:44 +02:00
Update wget.md
This commit is contained in:
parent
397e0587f3
commit
df82496c6c
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@
|
||||||
|
|
||||||
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
|
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
|
||||||
|
|
||||||
- Set maximum number of retries:
|
- Retry a given number of times if the download doesn't succeed at first:
|
||||||
|
|
||||||
`wget -t {{number_of_retries}} {{url}}`
|
`wget -t {{number_of_retries}} {{url}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue