summaryrefslogtreecommitdiffstats
path: root/tools/virt-tar
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virt-tar')
-rwxr-xr-xtools/virt-tar18
1 files changed, 14 insertions, 4 deletions
diff --git a/tools/virt-tar b/tools/virt-tar
index bce2986e..6b7fcd88 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<URI>. 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.