git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef30bb
)
python: Missing () in guestfs-python(1) examples.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 14 Dec 2011 12:07:31 +0000
(12:07 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 14 Dec 2011 12:07:47 +0000
(12:07 +0000)
python/examples/guestfs-python.pod
patch
|
blob
|
history
diff --git
a/python/examples/guestfs-python.pod
b/python/examples/guestfs-python.pod
index
cc87ef4
..
e4406f5
100644
(file)
--- a/
python/examples/guestfs-python.pod
+++ b/
python/examples/guestfs-python.pod
@@
-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