diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-13 17:59:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 17:59:40 +0200 |
commit | d52613ebabe830bd0dd2376198986cb91f7470cd (patch) | |
tree | ff67325d3f22f4283fad8144e1d30cdd905311fd | |
parent | 7d50a5fd4342969d261017b7a6dd0d0528e99a77 (diff) |
chore: rephrase env var help (#14270)
-rw-r--r-- | cli/flags.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index 496398d15..6d853860a 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -474,8 +474,8 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: DENO_DIR Set the cache directory DENO_INSTALL_ROOT Set deno install's output directory (defaults to $HOME/.deno/bin) - DENO_FUTURE_CHECK Opt-in into new behavior of "deno run" that doesn't - perform type-checking by default. + DENO_FUTURE_CHECK Opt-in to the upcoming behavior of the `deno run` + subcommand that doesn't perform type-checking by default. DENO_WEBGPU_TRACE Directory to use for wgpu traces HTTP_PROXY Proxy address for HTTP requests (module downloads, fetch) |