mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 01:44:26 -05:00
typo
This commit is contained in:
parent
375ce63c63
commit
9817c24642
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ static ENV_VARIABLES_HELP: &str = r#"ENVIRONMENT VARIABLES:
|
||||||
hostnames to use when fetching remote modules from
|
hostnames to use when fetching remote modules from
|
||||||
private repositories
|
private repositories
|
||||||
(e.g. "abcde12345@deno.land;54321edcba@github.com")
|
(e.g. "abcde12345@deno.land;54321edcba@github.com")
|
||||||
DENO_TLS_CA_STORE Comma-seperated list of order dependent certificate stores
|
DENO_TLS_CA_STORE Comma-separated list of order dependent certificate stores
|
||||||
(system, mozilla)
|
(system, mozilla)
|
||||||
(defaults to mozilla)
|
(defaults to mozilla)
|
||||||
DENO_CERT Load certificate authority from PEM encoded file
|
DENO_CERT Load certificate authority from PEM encoded file
|
||||||
|
|
Loading…
Add table
Reference in a new issue