Bläddra i källkod

Update wget.md

Larry850806 8 år sedan
förälder
incheckning
df82496c6c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      pages/common/wget.md

+ 1 - 1
pages/common/wget.md

@@ -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}}`