Browse Source

Update wget.md

Larry850806 8 years ago
parent
commit
73f945753d
1 changed files with 1 additions and 1 deletions
  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}}`
 
-- Set maximum number of retry time
+- Set maximum number of retry time:
 
 `wget -t {{number_of_retry_time}} {{url}}`