From 50257b3c955fc7ffcee89b9f08bd5ba648af84c8 Mon Sep 17 00:00:00 2001 From: Andy Chen Date: Sat, 24 Aug 2019 14:11:38 +0800 Subject: [PATCH] wget: finish remaining Chinese translation --- pages.zh/common/wget.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.zh/common/wget.md b/pages.zh/common/wget.md index 1bd15355c2..9f7f171cc7 100644 --- a/pages.zh/common/wget.md +++ b/pages.zh/common/wget.md @@ -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}}`