Merge pull request #1427 from bleader/devel

mount: update example with mandatory option
pull/4420/head
Michael DeHaan 2012-10-23 21:02:46 -07:00
commit 9626111d5b
1 changed files with 1 additions and 1 deletions

View File

@ -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: []