Skip to content

Commit 39d9a61

Browse files
RafaelGSSaduh95
authored andcommitted
doc: remove comma delimiter mention on permissions doc
PR-URL: #58297 Fixes: #58287 Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Edy Silva <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent 6c3e426 commit 39d9a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ The valid arguments for both flags are:
106106

107107
* `*` - To allow all `FileSystemRead` or `FileSystemWrite` operations,
108108
respectively.
109-
* Paths delimited by comma (`,`) to allow only matching `FileSystemRead` or
110-
`FileSystemWrite` operations, respectively.
109+
* Relative paths to the current working directory.
110+
* Absolute paths.
111111

112112
Example:
113113

0 commit comments

Comments
 (0)