Update wget.md

waldyrious/alt-syntax
Larry850806 2016-05-15 21:52:14 +08:00
parent c170b92b33
commit 73f945753d
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@
`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}}`