X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-tar;h=6b7fcd883038e96e929029c6d8323b4e3a432c8e;hb=8b2ebe07c2f7a4943e6891d642850c03ba2e6b34;hp=bce2986e1aaa11ab04746dd9b55e1c18970bbabe;hpb=c49fc3831d12788c27b90d12f06a1cd69a88e3be;p=libguestfs.git diff --git a/tools/virt-tar b/tools/virt-tar index bce2986..6b7fcd8 100755 --- a/tools/virt-tar +++ b/tools/virt-tar @@ -124,7 +124,9 @@ Display version number and exit. my $uri; -=item B<--connect URI> | B<-c URI> +=item B<-c URI> + +=item B<--connect URI> If using libvirt, connect to the given I. If omitted, then we connect to the default libvirt hypervisor. @@ -153,9 +155,15 @@ ensure the format is always specified. my $mode; -=item B<-x> | B<--extract> | B<--download> +=item B<-x> + +=item B<--extract> + +=item B<--download> -=item B<-u> | B<--upload> +=item B<-u> + +=item B<--upload> Use I<-x> to extract (download) a directory from a virtual machine to a local tarball. @@ -170,7 +178,9 @@ You must specify exactly one of these options. my $gzip; -=item B<-z> | B<--gzip> +=item B<-z> + +=item B<--gzip> Specify that the input or output tarball is gzip-compressed.