From 4feccdd3b7d7b1c4ef63c4ccc572a52403135df0 Mon Sep 17 00:00:00 2001 From: Faycel Date: Mon, 8 Jun 2020 17:06:06 +0100 Subject: Adjusting the HTTPS_PROXY flag text (#6103) --- cli/flags.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli') 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 -- cgit v1.2.3