mount: update example with mandatory option

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

Signed-off-by: bleader <bleader@ratonland.org>
reviewable/pr18780/r1
bleader 12 years ago committed by David Morel
parent d069c57974
commit be1ca63519

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

Loading…
Cancel
Save