wget: finish remaining Chinese translation

This commit is contained in:
Andy Chen
2019-08-24 14:11:38 +08:00
committed by Starbeamrainbowlabs
parent d00343a5ad
commit 50257b3c95

View File

@@ -24,7 +24,7 @@
`wget --limit-rate={{300k}} --tries={{100}} {{https://example.com/somepath/}}`
- Download a file from an HTTP server using Basic Auth (also works for FTP):
- 使用基本授权来从HTTP/FTP服务器中下载文件:
`wget --user={{username}} --password={{password}} {{https://example.com}}`