summaryrefslogtreecommitdiffstats
path: root/cat/virt-cat.pod
Commit message (Collapse)AuthorAgeFilesLines
* docs: Remove ref to L</add-drive-opts> wrongly copied into some man pages.Richard W.M. Jones2010-11-271-2/+1
|
* cat: Fix documentation for command line with format option.Richard W.M. Jones2010-11-221-2/+2
|
* cat: Tidy up documentation for --format option.Richard W.M. Jones2010-11-191-1/+3
|
* Rewrite virt-cat in C.Richard W.M. Jones2010-11-111-0/+200
With changes in the core API since 1.5, virt-cat was little more than a Perl wrapper which did some command line argument processing. Thus it could easily be rewritten in C. This version also shares core command line argument processing with guestfish and guestmount, so the options have changed slightly (old-style command line *is* supported). virt-cat -a disk.img file [file ...] virt-cat -d domname file [file ...] Several other guestfish options are supported including encryption, and with the new style multiple files can be downloaded. See the man page for details.