perl: In examples, call $g->shutdown, $g->close.

This commit is contained in:
Richard W.M. Jones
2012-07-17 12:34:51 +01:00
parent a99ea198b2
commit f6846d74c9
2 changed files with 4 additions and 2 deletions

View File

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