Skip to content

Commit 3966eb6

Browse files
vassudanaguntaaduh95
authored andcommitted
doc: fix typo in examples
Signed-off-by: vassudanagunta <vas@commonkarma.org> PR-URL: #64184 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jason Zhang <xzha4350@gmail.com>
1 parent ce659a1 commit 3966eb6

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
@@ -248,7 +248,7 @@ The valid arguments for the `--allow-fs-read` flag are:
248248

249249
* `*` - To allow all `FileSystemRead` operations.
250250
* Multiple paths can be allowed using multiple `--allow-fs-read` flags.
251-
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/`
251+
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder2/`
252252

253253
Examples can be found in the [File System Permissions][] documentation.
254254

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

291291
* `*` - To allow all `FileSystemWrite` operations.
292292
* Multiple paths can be allowed using multiple `--allow-fs-write` flags.
293-
Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder1/`
293+
Example `--allow-fs-write=/folder1/ --allow-fs-write=/folder2/`
294294

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

0 commit comments

Comments
 (0)