mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:13:52 +02:00
Update wget.md
This commit is contained in:
parent
73f945753d
commit
397e0587f3
1 changed files with 2 additions and 2 deletions
|
@ -23,6 +23,6 @@
|
|||
|
||||
`wget --ftp-user={{username}} --ftp-password={{password}} {{url}}`
|
||||
|
||||
- Set maximum number of retry time:
|
||||
- Set maximum number of retries:
|
||||
|
||||
`wget -t {{number_of_retry_time}} {{url}}`
|
||||
`wget -t {{number_of_retries}} {{url}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue