From be1ca63519a1637ae4bc8a5d48ee5bb858c55b04 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 --- mount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: []