diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-11 21:20:17 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-11 21:20:17 +0100 |
commit | 625d0bd56189450f48b6308371bf08ee6312d59f (patch) | |
tree | f09f9d5cb1011e59f2df17835eafd1b4e5dcb91d /guestfish.pod | |
parent | b48dea6217920ef26e4745a9797c07a21407574f (diff) | |
download | libguestfs-625d0bd56189450f48b6308371bf08ee6312d59f.tar.gz libguestfs-625d0bd56189450f48b6308371bf08ee6312d59f.tar.xz libguestfs-625d0bd56189450f48b6308371bf08ee6312d59f.zip |
Guestfish: Add 'reopen' command to reopen the libguestfs handle.
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/guestfish.pod b/guestfish.pod index 4341e2ae..442b333e 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -419,6 +419,14 @@ NOTE: This will not work reliably for large files This exits guestfish. You can also use C<^D> key. +=head2 reopen + + reopen + +Close and reopen the libguestfs handle. It is not necessary to use +this normally, because the handle is closed properly when guestfish +exits. However this is occasionally useful for testing. + =head2 time time command args... |