Skip to content

Commit 630b574

Browse files
committed
docs: pmem.md: Replace invalid --flags option to mount with --options
The mount command has no --flags option, but it has an --options flag (see what I did there?) to specify mount options. Signed-off-by: Ilias Stamatis <ilstam@amazon.com>
1 parent 0cce371 commit 630b574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/pmem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ device and make VM boot from it.
2525
> there is no need to use guest page cache for its operations. This behaviour
2626
> can be configured by using `DAX` feature of the kernel.
2727
>
28-
> - To mount a device with `DAX` add `--flags=dax` to the `mount` command.
28+
> - To mount a device with `DAX` add `--options=dax` to the `mount` command.
2929
> - To configure a root device with `DAX` append `rootflags=dax` to the kernel
3030
> arguments.
3131
>

0 commit comments

Comments
 (0)