diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-15 12:29:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-15 18:29:39 +0200 |
commit | c54dec85760d1fe7f90a4d7e5df96fd2118d2af4 (patch) | |
tree | 773394bb6bd886d0f6515ca574738513420b5af1 | |
parent | fc850b11e5ef760278363b7a35c5a48102d919c3 (diff) |
Fix DENO_DIR docs (#6271)
-rw-r--r-- | cli/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/flags.rs b/cli/flags.rs index dcc1d9063..2a0fb8922 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -178,7 +178,7 @@ impl Flags { } static ENV_VARIABLES_HELP: &str = "ENVIRONMENT VARIABLES: - DENO_DIR Set deno's base directory (defaults to $HOME/.deno) + DENO_DIR Set the cache directory DENO_INSTALL_ROOT Set deno install's output directory (defaults to $HOME/.deno/bin) NO_COLOR Set to disable color |