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 UlisesGascon committed Dec 19, 2023
1 parent 80ea837 commit e6e7cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/cli.md
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 e6e7cbc

Please sign in to comment.