X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2Fvirt-tar;h=39a12cb05dc27779a67b125e0ffc106db931a8d8;hb=7708d3e04f6ec3985fd74ee1a44a5615d43065e2;hp=bce2986e1aaa11ab04746dd9b55e1c18970bbabe;hpb=c49fc3831d12788c27b90d12f06a1cd69a88e3be;p=libguestfs.git diff --git a/tools/virt-tar b/tools/virt-tar index bce2986..39a12cb 100755 --- a/tools/virt-tar +++ b/tools/virt-tar @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use warnings; use strict; @@ -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. @@ -318,4 +328,4 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.