curl: finish remaining Chinese translation

This commit is contained in:
Andy Chen 2019-08-24 14:08:36 +08:00 committed by Starbeamrainbowlabs
parent c20b2b3d24
commit d00343a5ad

View File

@ -32,6 +32,6 @@
`curl -u myusername:mypassword {{http://example.com}}`
- Pass client certificate and key for a resource, skipping certificate validation:
- 为指定资源使用客户端证书和密钥,并且跳过证书验证:
`curl --cert {{client.pem}} --key {{key.pem}} --insecure {{https://example.com}}`