diff --git a/mount b/mount index 40bf47a56f1..a0b80a9151a 100755 --- a/mount +++ b/mount @@ -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: []