diff options
author | Faycel <faycal.khe@gmail.com> | 2020-06-08 17:06:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 12:06:06 -0400 |
commit | 4feccdd3b7d7b1c4ef63c4ccc572a52403135df0 (patch) | |
tree | 98f6c1a991b8d468740e35f223218e636fd3976e /cli/flags.rs | |
parent | 2c990414bf51459869090d3b802086bbd19b3f68 (diff) |
Adjusting the HTTPS_PROXY flag text (#6103)
Diffstat (limited to 'cli/flags.rs')
-rw-r--r-- | cli/flags.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index d4e17b903..fc16d378d 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -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 |