diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-10-22 14:31:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 14:31:25 -0400 |
commit | 15744e2a0c8327a73af64fac03f43f5e72f264bb (patch) | |
tree | ad378f099df5daec39dde064cea57db39bb0553e /cli/args | |
parent | 8c9e6c5565c1c00437d083de76cdd944e44b1d99 (diff) |
refactor: testable update checker code (#16386)
Diffstat (limited to 'cli/args')
-rw-r--r-- | cli/args/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs index b49737661..c313515e3 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -506,7 +506,7 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES: (defaults to $HOME/.deno/bin) DENO_NO_PROMPT Set to disable permission prompts on access (alternative to passing --no-prompt on invocation) - DENO_NO_UPDATE_CHECK Set to disable checking if newer Deno version is + DENO_NO_UPDATE_CHECK Set to disable checking if a newer Deno version is available DENO_WEBGPU_TRACE Directory to use for wgpu traces DENO_JOBS Number of parallel workers used for the --parallel |