From c2f68f5c03aa4e833242ad736ce52f0fcc3b5dbd Mon Sep 17 00:00:00 2001 From: M1CK431 <31622263+M1CK431@users.noreply.github.com> Date: Sat, 17 Aug 2024 22:56:29 +0200 Subject: [PATCH] doc: replace --allow-fs-read by --allow-fs-write in related section --- 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 0d2e28d22ec511..242762bc7cfc34 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -259,8 +259,8 @@ the [Permission Model][]. The valid arguments for the `--allow-fs-write` flag are: * `*` - To allow all `FileSystemWrite` operations. -* Multiple paths can be allowed using multiple `--allow-fs-read` flags. - 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/` Paths delimited by comma (`,`) are no longer allowed. When passing a single flag with a comma a warning will be displayed.