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