diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-09 17:48:30 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-14 11:23:52 +0100 |
commit | f04ee08806ec7bd313e9d54f48f2eb911fcb3067 (patch) | |
tree | 45e0be08d13b1975539cd5504b4d9275df216d3c /guestfish.pod | |
parent | 7f2ac369f7747a033f5e84d8c7fb3aa131f25537 (diff) | |
download | libguestfs-f04ee08806ec7bd313e9d54f48f2eb911fcb3067.tar.gz libguestfs-f04ee08806ec7bd313e9d54f48f2eb911fcb3067.tar.xz libguestfs-f04ee08806ec7bd313e9d54f48f2eb911fcb3067.zip |
Add command trace functionality.
Enable this by calling guestfs_trace (handle, 1) or by
setting the LIBGUESTFS_TRACE=1 environment variable.
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/guestfish.pod b/guestfish.pod index 2e50873f..d24c1628 100644 --- a/guestfish.pod +++ b/guestfish.pod @@ -568,6 +568,10 @@ Set the default qemu binary that libguestfs uses. If not set, then the qemu which was found at compile time by the configure script is used. +=item LIBGUESTFS_TRACE + +Set C<LIBGUESTFS_TRACE=1> to enable command traces. + =item PAGER The C<more> command uses C<$PAGER> as the pager. If not |