1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 15:45:59 +02:00

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