diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-28 17:35:34 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-28 17:35:34 +0100 |
commit | 085a56690611980f438e8af2eb47ebb411465775 (patch) | |
tree | d222f6891b92ff725d5fe119395122b1da08c358 | |
parent | baefb8225c8cbde56a1637c17af5c0965a81060e (diff) | |
download | libguestfs-085a56690611980f438e8af2eb47ebb411465775.tar.gz libguestfs-085a56690611980f438e8af2eb47ebb411465775.tar.xz libguestfs-085a56690611980f438e8af2eb47ebb411465775.zip |
cat: Small documentation correction.
-rwxr-xr-x | cat/virt-cat.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cat/virt-cat.pod b/cat/virt-cat.pod index 40021880..c5d5c6e3 100755 --- a/cat/virt-cat.pod +++ b/cat/virt-cat.pod @@ -186,8 +186,7 @@ file from a disk image directly, use: guestfish --ro -a disk.img -m /dev/sda1 download file - where C<disk.img> is the disk image, C</dev/sda1> is the filesystem -within the disk image to edit, and C<file> is the full path to the -file. +within the disk image, and C<file> is the full path to the file. =head1 SHELL QUOTING |