Skip to content

Commit 72bd2b0

Browse files
dygabomarco-ippolito
authored andcommittedMay 3, 2024
doc: fix --env-file docs for valid quotes for defining values
PR-URL: #52157 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4f19203 commit 72bd2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ Any text after a `#` is treated as a comment:
688688
PORT=3000 # This is also a comment
689689
```
690690

691-
Values can start and end with the following quotes: `\`, `"` or `'`.
691+
Values can start and end with the following quotes: `` ` ``, `"` or `'`.
692692
They are omitted from the values.
693693

694694
```text

0 commit comments

Comments
 (0)
Please sign in to comment.