mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
perl: In examples, call $g->shutdown, $g->close.
This commit is contained in:
@@ -13,7 +13,8 @@ guestfs-perl - How to use libguestfs from Perl
|
||||
$g->launch ();
|
||||
$g->mount_options ('', '/dev/sda1', '/');
|
||||
$g->touch ('/hello');
|
||||
$g->sync ();
|
||||
$g->shutdown ();
|
||||
$g->close ();
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
|
||||
Reference in New Issue
Block a user