diff options
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 |