Skip to content

Commit e2bab0f

Browse files
M1CK431targos
authored andcommittedOct 2, 2024
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 3606c53 commit e2bab0f

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
@@ -257,8 +257,8 @@ the [Permission Model][].
257257
The valid arguments for the `--allow-fs-write` flag are:
258258

259259
* `*` - To allow all `FileSystemWrite` operations.
260-
* Multiple paths can be allowed using multiple `--allow-fs-read` flags.
261-
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/`
260+
* Multiple paths can be allowed using multiple `--allow-fs-write` flags.
261+
Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder1/`
262262

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

0 commit comments

Comments
 (0)
Please sign in to comment.