python: Missing () in guestfs-python(1) examples.

This commit is contained in:
Richard W.M. Jones
2011-12-14 12:07:31 +00:00
parent 0ef30bbb31
commit 3c9dfd1e95

View File

@@ -9,7 +9,7 @@ guestfs-python - How to use libguestfs from Python
import guestfs
g = guestfs.GuestFS ()
g.add_drive_opts ("disk.img", format="raw", readonly=1)
g.launch
g.launch ()
=head1 DESCRIPTION