Skip to content

Commit 5bd4be5

Browse files
M1CK431aduh95
authored andcommitted
doc: replace --allow-fs-read by --allow-fs-write in related section
PR-URL: #54427 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent f074d74 commit 5bd4be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ the [Permission Model][].
259259
The valid arguments for the `--allow-fs-write` flag are:
260260

261261
* `*` - To allow all `FileSystemWrite` operations.
262-
* Multiple paths can be allowed using multiple `--allow-fs-read` flags.
263-
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/`
262+
* Multiple paths can be allowed using multiple `--allow-fs-write` flags.
263+
Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder1/`
264264

265265
Paths delimited by comma (`,`) are no longer allowed.
266266
When passing a single flag with a comma a warning will be displayed.

0 commit comments

Comments
 (0)