From e16e3fb4cac296511910c3c588b95bfe831f686c Mon Sep 17 00:00:00 2001 From: bleader Date: Tue, 23 Oct 2012 15:49:47 +0200 Subject: [PATCH] mount: update example with mandatory option - 'state' is required, but wasn't in example Signed-off-by: bleader --- library/mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/mount b/library/mount index 40bf47a56f1..a0b80a9151a 100755 --- a/library/mount +++ b/library/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: []