format translation: update

This commit is contained in:
Ein Verne
2019-10-20 10:34:33 +08:00
committed by Starbeamrainbowlabs
parent 30c2bd4c7c
commit b33795f8ab
72 changed files with 173 additions and 173 deletions

View File

@@ -4,11 +4,11 @@
> 支持 HTTP, HTTPS, 和 FTP.
> 更多信息:<https://www.gnu.org/software/wget>.
- 将该 URL 的内容下载到文件中 (在这个例子中文件名为 "foo"):
- 将该 URL 的内容下载到文件中 (在这个例子中文件名为 "foo":
`wget {{https://example.com/foo}}`
- 将该 URL 的内容下载到文件中 (在这个例子中文件名为 "bar"):
- 将该 URL 的内容下载到文件中 (在这个例子中文件名为 "bar":
`wget -O {{bar}} {{https://example.com/foo}}`