From cb8403c4282ddfbcc204920c72a104eb7f69e373 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 22 Nov 2010 12:38:18 +0000 Subject: [PATCH] cat: Fix documentation for command line with format option. --- cat/virt-cat.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod index ab323c1..395b10b 100755 --- 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. - 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 and reverts to auto-detection for C. -- 1.8.3.1