diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-19 12:56:06 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-19 12:56:38 +0000 |
commit | 06e993b7bac2fa1d506b24848c4ffddbdfdf49bc (patch) | |
tree | 6c43372c3235e02aec857b5e93a01e5a806a0952 | |
parent | 16e39ac0b8583c60fb1bc3378483b91886ed6f85 (diff) | |
download | libguestfs-06e993b7bac2fa1d506b24848c4ffddbdfdf49bc.tar.gz libguestfs-06e993b7bac2fa1d506b24848c4ffddbdfdf49bc.tar.xz libguestfs-06e993b7bac2fa1d506b24848c4ffddbdfdf49bc.zip |
cat: Tidy up documentation for --format option.
-rwxr-xr-x | cat/virt-cat.pod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod index b203bbfe..ab323c1f 100755 --- a/cat/virt-cat.pod +++ b/cat/virt-cat.pod @@ -101,7 +101,9 @@ echoing off so you cannot see what you are typing. If you are not worried about Tempest attacks and there is no one else in the room you can specify this flag to see what you are typing. -=item B<--format=raw|qcow2|..> | B<--format> +=item B<--format=raw|qcow2|..> + +=item B<--format> The default for the I<-a> option is to auto-detect the format of the disk image. Using this forces the disk format for I<-a> options which |