diff --git a/doc/api/cli.md b/doc/api/cli.md index ef5734822bf877..0330064c296441 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -248,7 +248,7 @@ The valid arguments for the `--allow-fs-read` flag are: * `*` - To allow all `FileSystemRead` operations. * Multiple paths can be allowed using multiple `--allow-fs-read` flags. - Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/` + Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder2/` Examples can be found in the [File System Permissions][] documentation. @@ -290,7 +290,7 @@ The valid arguments for the `--allow-fs-write` flag are: * `*` - To allow all `FileSystemWrite` operations. * Multiple paths can be allowed using multiple `--allow-fs-write` flags. - Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder1/` + Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder2/` Paths delimited by comma (`,`) are no longer allowed. When passing a single flag with a comma a warning will be displayed.