diff --git a/doc/api/permissions.md b/doc/api/permissions.md index 0b48a682dc7413..4baa74489f65bf 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -536,7 +536,7 @@ Example: Wildcards are supported too: -* `--allow-fs-read:/home/test*` will allow read access to everything +* `--allow-fs-read=/home/test*` will allow read access to everything that matches the wildcard. e.g: `/home/test/file1` or `/home/test2` There are constraints you need to know before using this system: