git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d3ec55
)
cat: Fix documentation for command line with format option.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 22 Nov 2010 12:38:18 +0000
(12:38 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 22 Nov 2010 12:38:30 +0000
(12:38 +0000)
cat/virt-cat.pod
patch
|
blob
|
history
diff --git
a/cat/virt-cat.pod
b/cat/virt-cat.pod
index
ab323c1
..
395b10b
100755
(executable)
--- a/
cat/virt-cat.pod
+++ b/
cat/virt-cat.pod
@@
-112,11
+112,11
@@
switches back to auto-detection for subsequent I<-a> options.
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>.
- 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>.