From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4MZW-0008SP-V7 for qemu-devel@nongnu.org; Thu, 05 Jun 2008 17:00:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4MZV-0008RT-W6 for qemu-devel@nongnu.org; Thu, 05 Jun 2008 17:00:34 -0400 Received: from [199.232.76.173] (port=45147 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4MZV-0008RG-Q6 for qemu-devel@nongnu.org; Thu, 05 Jun 2008 17:00:33 -0400 Received: from savannah.gnu.org ([199.232.41.3]:59406 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K4MZV-0002Tc-BN for qemu-devel@nongnu.org; Thu, 05 Jun 2008 17:00:33 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1K4MZT-0003mw-QF for qemu-devel@nongnu.org; Thu, 05 Jun 2008 21:00:32 +0000 Received: from ths by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1K4MZT-0003ms-3s for qemu-devel@nongnu.org; Thu, 05 Jun 2008 21:00:31 +0000 MIME-Version: 1.0 Errors-To: ths Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Thiemo Seufer Message-Id: Date: Thu, 05 Jun 2008 21:00:31 +0000 Subject: [Qemu-devel] [4671] Update documentation for qemu-img convert options, by Marc Bevand. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4671 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4671 Author: ths Date: 2008-06-05 21:00:28 +0000 (Thu, 05 Jun 2008) Log Message: ----------- Update documentation for qemu-img convert options, by Marc Bevand. Modified Paths: -------------- trunk/qemu-img.texi Modified: trunk/qemu-img.texi =================================================================== --- trunk/qemu-img.texi 2008-06-05 08:38:44 UTC (rev 4670) +++ trunk/qemu-img.texi 2008-06-05 21:00:28 UTC (rev 4671) @@ -10,7 +10,7 @@ @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