diff options
author | Richard Jones <rjones@redhat.com> | 2011-09-14 12:58:43 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2011-09-14 12:58:43 +0100 |
commit | 95136b149212b92e87d0c9badb7d6849a084ed4d (patch) | |
tree | 5ca98010dcf843702f650ef694c98bfeec7a4add | |
parent | c7b88da039725ecd0d1d826b112bc69b518d4c78 (diff) | |
download | libguestfs-95136b149212b92e87d0c9badb7d6849a084ed4d.tar.gz libguestfs-95136b149212b92e87d0c9badb7d6849a084ed4d.tar.xz libguestfs-95136b149212b92e87d0c9badb7d6849a084ed4d.zip |
test-tool: Document the -t command line option.
-rw-r--r-- | test-tool/libguestfs-test-tool.pod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-tool/libguestfs-test-tool.pod b/test-tool/libguestfs-test-tool.pod index de7d9018..5957c88e 100644 --- a/test-tool/libguestfs-test-tool.pod +++ b/test-tool/libguestfs-test-tool.pod @@ -52,6 +52,8 @@ full path of the binary to try it. If you have compiled qemu from source, point this option at the source directory to try it. +=item B<-t N> + =item B<--timeout N> Set the launch timeout to C<N> seconds. The default is 120 seconds |