cat: Fix documentation for command line with format option.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 22 Nov 2010 12:38:18 +0000 (12:38 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 22 Nov 2010 12:38:30 +0000 (12:38 +0000)
cat/virt-cat.pod

index ab323c1..395b10b 100755 (executable)
@@ -112,11 +112,11 @@ switches back to auto-detection for subsequent I<-a> options.
 
 For example:
 
 
 For example:
 
- virt-cat --format=raw -a disk.img
+ virt-cat --format=raw -a disk.img file
 
 forces raw format (no auto-detection) for C<disk.img>.
 
 
 forces raw format (no auto-detection) for C<disk.img>.
 
- virt-cat --format=raw -a disk.img --format -a another.img
+ virt-cat --format=raw -a disk.img --format -a another.img file
 
 forces raw format (no auto-detection) for C<disk.img> and reverts to
 auto-detection for C<another.img>.
 
 forces raw format (no auto-detection) for C<disk.img> and reverts to
 auto-detection for C<another.img>.