Browse Source

wget: revise translation

Andy Chen 5 years ago
parent
commit
c20b2b3d24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages.zh/common/wget.md

+ 1 - 1
pages.zh/common/wget.md

@@ -32,6 +32,6 @@
 
 `wget -c {{https://example.com}}`
 
-- 将指定文件中所有列出的URL下载到一个地址中:
+- 将指定文件中所有列出的URL下载到一个目录中:
 
 `wget -P {{path/to/directory}} -i {{URLs.txt}}`