diff options
Diffstat (limited to 'python/guestfs.py')
-rw-r--r-- | python/guestfs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/guestfs.py b/python/guestfs.py index 9739fa56..0a4c3960 100644 --- a/python/guestfs.py +++ b/python/guestfs.py @@ -236,7 +236,7 @@ class GuestFS: Note that this function cannot correctly handle binary files (specifically, files containing "\\0" character which is treated as end of string). For those you need - to use the "g.read_file" function which has a more + to use the "g.download" function which has a more complex interface. Because of the message protocol, there is a transfer |