Skip to content

Commit 5709133

Browse files
daeyeontargos
authored andcommitted
doc: fix a typo in permissions.md
Signed-off-by: Daeyeon Jeong <[email protected]> PR-URL: #47730 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 226e5b8 commit 5709133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ Example:
536536

537537
Wildcards are supported too:
538538

539-
* `--allow-fs-read:/home/test*` will allow read access to everything
539+
* `--allow-fs-read=/home/test*` will allow read access to everything
540540
that matches the wildcard. e.g: `/home/test/file1` or `/home/test2`
541541

542542
There are constraints you need to know before using this system:

0 commit comments

Comments
 (0)