Commit 9626111d by Michael DeHaan

Merge pull request #1427 from bleader/devel

mount: update example with mandatory option
parents bfa66ba9 e16e3fb4
......@@ -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