diff options
author | Andreas Kohn <andreas.kohn@gmail.com> | 2024-06-04 17:50:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 11:50:50 -0400 |
commit | 92c881faa73a64d0d3887ab93990bc48b4d6f786 (patch) | |
tree | 847df4b4ffe3fe68ea2eafa8a705732343c1bded | |
parent | d625b296d0cc15186fefeab6b5a97b9caf2be07f (diff) |
docs(console): More clearly indicate the contents of DENO_CERT (#24091)
The PEM file specified by DENO_CERT can contain multiple certificates
https://github.com/denoland/deno/blob/13924fdb1b75325b9b6116accb800bd9f567f2c1/cli/args/mod.rs#L722-L742
Signed-off-by: Andreas Kohn <andreas.kohn@gmail.com>
-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 2559cf0a1..03d19746a 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -1042,7 +1042,7 @@ static ENV_VARIABLES_HELP: &str = color_print::cstr!( <g>DENO_FUTURE</> Set to "1" to enable APIs that will take effect in Deno 2 - <g>DENO_CERT</> Load certificate authority from PEM encoded file + <g>DENO_CERT</> Load certificate authorities from PEM encoded file <g>DENO_DIR</> Set the cache directory |