From 4b248f4059ff0856676c380846b7229ed595cac2 Mon Sep 17 00:00:00 2001 From: Gabriel Bota Date: Tue, 19 Mar 2024 17:41:51 +0100 Subject: [PATCH] doc: fix `--env-file` docs for valid quotes for defining values --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 0f08c81794b5b2..569e47a0e091e9 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -699,7 +699,7 @@ Any text after a `#` is treated as a comment: PORT=3000 # This is also a comment ``` -Values can start and end with the following quotes: `\`, `"` or `'`. +Values can start and end with the following quotes: `` ` ``, `"` or `'`. They are omitted from the values. ```text