diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-06-23 10:07:46 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-06-23 10:07:46 +0100 |
commit | 675411d34f807420d1b714436fc5a58fc0022dae (patch) | |
tree | e64888a39d01147d337713d29d1a5015f4e69c57 /guestfs.pod | |
parent | 1d07f1f88a08fc84d91db0931fcf34d1f9db36d3 (diff) | |
download | libguestfs-675411d34f807420d1b714436fc5a58fc0022dae.tar.gz libguestfs-675411d34f807420d1b714436fc5a58fc0022dae.tar.xz libguestfs-675411d34f807420d1b714436fc5a58fc0022dae.zip |
Command line argument handling.
Diffstat (limited to 'guestfs.pod')
-rw-r--r-- | guestfs.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guestfs.pod b/guestfs.pod index f26880cf..10c6ad8c 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -759,6 +759,9 @@ For example: LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish +Note that libguestfs also calls qemu with the -help and -version +options in order to determine features. + =head1 ENVIRONMENT VARIABLES =over 4 |