summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-05 21:00:28 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-05 21:00:28 +0000
commit71c60a98d9f5e48bbe8948c48b2c9f1049f043b6 (patch)
tree659d64c6c11535c043bae1fb9c747b2c91ea79e7
parent98aa6955a8eda08ad9d13606c7768ca5f15f51f9 (diff)
downloadqemu-71c60a98d9f5e48bbe8948c48b2c9f1049f043b6.tar.gz
qemu-71c60a98d9f5e48bbe8948c48b2c9f1049f043b6.tar.bz2
qemu-71c60a98d9f5e48bbe8948c48b2c9f1049f043b6.zip
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
-rw-r--r--qemu-img.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-img.texi b/qemu-img.texi
index 89f912df97..44c4de8743 100644
--- a/qemu-img.texi
+++ b/qemu-img.texi
@@ -10,7 +10,7 @@ The following commands are supported:
@table @option
@item create [-e] [-6] [-b @var{base_image}] [-f @var{fmt}] @var{filename} [@var{size}]
@item commit [-f @var{fmt}] @var{filename}
-@item convert [-c] [-e] [-6] [-f @var{fmt}] @var{filename} [-O @var{output_fmt}] @var{output_filename}
+@item convert [-c] [-e] [-6] [-f @var{fmt}] [-O @var{output_fmt}] @var{filename} [@var{filename2} [...]] @var{output_filename}
@item info [-f @var{fmt}] @var{filename}
@end table