Commit ff7ab59f40e12941530cb1d9ecc9b873d900b132
1 parent
c239529e
Update documentation for qemu-img convert options, by Marc Bevand.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4671 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
qemu-img.texi
... | ... | @@ -10,7 +10,7 @@ The following commands are supported: |
10 | 10 | @table @option |
11 | 11 | @item create [-e] [-6] [-b @var{base_image}] [-f @var{fmt}] @var{filename} [@var{size}] |
12 | 12 | @item commit [-f @var{fmt}] @var{filename} |
13 | -@item convert [-c] [-e] [-6] [-f @var{fmt}] @var{filename} [-O @var{output_fmt}] @var{output_filename} | |
13 | +@item convert [-c] [-e] [-6] [-f @var{fmt}] [-O @var{output_fmt}] @var{filename} [@var{filename2} [...]] @var{output_filename} | |
14 | 14 | @item info [-f @var{fmt}] @var{filename} |
15 | 15 | @end table |
16 | 16 | ... | ... |