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:
parent
2c990414bf
commit
4feccdd3b7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue