mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 12:35:34 +02:00
Update wget.md
This commit is contained in:
parent
c170b92b33
commit
73f945753d
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 retry time
|
- Set maximum number of retry time:
|
||||||
|
|
||||||
`wget -t {{number_of_retry_time}} {{url}}`
|
`wget -t {{number_of_retry_time}} {{url}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue