0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

Adjusting the HTTPS_PROXY flag text (#6103)

This commit is contained in:
Faycel 2020-06-08 17:06:06 +01:00 committed by GitHub
parent 2c990414bf
commit 4feccdd3b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,8 @@ static ENV_VARIABLES_HELP: &str = "ENVIRONMENT VARIABLES:
NO_COLOR Set to disable color
HTTP_PROXY Proxy address for HTTP requests
(module downloads, fetch)
HTTPS_PROXY Same but for HTTPS";
HTTPS_PROXY Proxy address for HTTPS requests
(module downloads, fetch)";
static DENO_HELP: &str = "A secure JavaScript and TypeScript runtime