Skip to content

Commit 499eb27

Browse files
committed
fixup!
1 parent 8f6689a commit 499eb27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/node.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The valid arguments for the \fB--allow-fs-read\fR flag are:
147147
\fB*\fR - To allow all \fBFileSystemRead\fR operations.
148148
.It
149149
Multiple paths can be allowed using multiple \fB--allow-fs-read\fR flags.
150-
Example \fB--allow-fs-read=/folder1/ --allow-fs-read=/folder1/\fR
150+
Example \fB--allow-fs-read=/folder1/ --allow-fs-read=/folder2/\fR
151151
.El
152152
Examples can be found in the File System Permissions documentation.
153153
The initializer module and custom \fB--require\fR modules has a implicit
@@ -175,7 +175,7 @@ The valid arguments for the \fB--allow-fs-write\fR flag are:
175175
\fB*\fR - To allow all \fBFileSystemWrite\fR operations.
176176
.It
177177
Multiple paths can be allowed using multiple \fB--allow-fs-write\fR flags.
178-
Example \fB--allow-fs-write=/folder1/ --allow-fs-write=/folder1/\fR
178+
Example \fB--allow-fs-write=/folder1/ --allow-fs-write=/folder2/\fR
179179
.El
180180
Paths delimited by comma (\fB,\fR) are no longer allowed.
181181
When passing a single flag with a comma a warning will be displayed.

0 commit comments

Comments
 (0)