We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f074d74 commit 5bd4be5Copy full SHA for 5bd4be5
doc/api/cli.md
@@ -259,8 +259,8 @@ the [Permission Model][].
259
The valid arguments for the `--allow-fs-write` flag are:
260
261
* `*` - 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/`
+* Multiple paths can be allowed using multiple `--allow-fs-write` flags.
+ Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder1/`
264
265
Paths delimited by comma (`,`) are no longer allowed.
266
When passing a single flag with a comma a warning will be displayed.
0 commit comments