Skip to content

Commit e49a577

Browse files
vassudanaguntaaduh95
authored andcommitted
doc: fix typo in examples
Signed-off-by: vassudanagunta <[email protected]> PR-URL: #64184 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jason Zhang <[email protected]>
1 parent d38c790 commit e49a577

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The valid arguments for the `--allow-fs-read` flag are:
214214

215215
* `*` - To allow all `FileSystemRead` operations.
216216
* Multiple paths can be allowed using multiple `--allow-fs-read` flags.
217-
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/`
217+
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder2/`
218218

219219
Examples can be found in the [File System Permissions][] documentation.
220220

@@ -256,7 +256,7 @@ The valid arguments for the `--allow-fs-write` flag are:
256256

257257
* `*` - To allow all `FileSystemWrite` operations.
258258
* Multiple paths can be allowed using multiple `--allow-fs-write` flags.
259-
Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder1/`
259+
Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder2/`
260260

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

0 commit comments

Comments
 (0)