Commit e16e3fb4 by bleader Committed by David Morel

mount: update example with mandatory option

- 'state' is required, but wasn't in example

Signed-off-by: bleader <bleader@ratonland.org>
parent f9a2f468
......@@ -68,7 +68,7 @@ options:
choices: [ "present", "absent", "mounted", "unmounted" ]
default: null
examples:
- code: "mount: name=/mnt/dvd src=/dev/sr0 fstype=iso9660 opts=ro"
- code: "mount: name=/mnt/dvd src=/dev/sr0 fstype=iso9660 opts=ro state=present"
description: "Mount DVD read-only"
notes: []
requirements: []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment