mirror of
https://github.com/denoland/deno.git
synced 2025-01-22 06:09:25 -05:00
Fix DENO_DIR docs (#6271)
This commit is contained in:
parent
fc850b11e5
commit
c54dec8576
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue