docs: Separate out combined =item 's in man pages.
[libguestfs.git] / tools / virt-tar
index bce2986..6b7fcd8 100755 (executable)
@@ -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.