Add cli example

This commit is contained in:
Thomas S Hatch 2013-02-17 23:14:39 -07:00
parent 4feda14159
commit 0350e5640c

View File

@ -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 ''