From 0350e5640cb12af258fb85c15fad478a7394aec4 Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Sun, 17 Feb 2013 23:14:39 -0700 Subject: [PATCH] Add cli example --- salt/modules/qemu.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/salt/modules/qemu.py b/salt/modules/qemu.py index 8ca037b176..9c389922dd 100644 --- a/salt/modules/qemu.py +++ b/salt/modules/qemu.py @@ -52,7 +52,8 @@ def nbd_connect(image): Activate nbd for an image file. CLI Example:: - @todo + + salt '*' qemu.nbd_connect /tmp/image.raw ''' if not os.path.isfile(image): return ''