Skip to content

Commit

Permalink
format fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceres6 committed Jul 27, 2023
1 parent ef7277f commit 513c1a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1119,17 +1119,17 @@ developers may leverage to detect deprecated API usage.
### `--permission-fs-path-delimiter`

<!-- YAML
added: v20.0.0
added: REPLACEME
-->

> Stability: 1 - Experimental
This flag configures file system path delimiter for permissions using
This flag configures the file system path delimiter for permissions using
the [Permission Model][].

Examples can be found in the [File System Permissions][] documentation.

Especial characters in bash as `;` must be escaped or quoted:
Special shell characters such as `;` must be escaped or quoted:

```bash
node --experimental-permission --permission-fs-path-delimiter=\; \
Expand Down
3 changes: 2 additions & 1 deletion doc/api/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,8 @@ $ node --experimental-permission --allow-fs-read="/with,commas_/home" \
--permission-fs-path-delimiter=_ index.js
```

Note when using bash special characters like `;` escape or quoting is required.
Note when using special shell characters such as `;` escaping or quoting is
required.

```console
$ node --experimental-permission --allow-fs-read="/home/with,commas;/home" \
Expand Down

0 comments on commit 513c1a2

Please sign in to comment.