Skip to content

Commit

Permalink
doc: fix typos in --allow-fs-*
Browse files Browse the repository at this point in the history
Refs: #49047
PR-URL: #50845
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
  • Loading branch information
tniessen authored and RafaelGSS committed Nov 29, 2023
1 parent 5849f09 commit a37d9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The valid arguments for the `--allow-fs-read` flag are:
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/`

Paths delimited by comma (`,`) are no longer allowed.
When passing a single flag with a comma a warning will be diplayed
When passing a single flag with a comma a warning will be displayed.

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

Expand Down Expand Up @@ -220,7 +220,7 @@ The valid arguments for the `--allow-fs-write` flag are:
Example `--allow-fs-read=/folder1/ --allow-fs-read=/folder1/`

Paths delimited by comma (`,`) are no longer allowed.
When passing a single flag with a comma a warning will be diplayed
When passing a single flag with a comma a warning will be displayed.

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

Expand Down

0 comments on commit a37d9ee

Please sign in to comment.