From 7f1d31a8e42b7f04a16a6d2011026d381594679e Mon Sep 17 00:00:00 2001 From: Vas Sudanagunta Date: Sat, 27 Jun 2026 18:16:53 -0700 Subject: [PATCH] doc: fix typo in examples Signed-off-by: vassudanagunta --- doc/api/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.