From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3tS4-0000Wp-IL for qemu-devel@nongnu.org; Wed, 04 Jun 2008 09:54:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3tS2-0000Uw-6P for qemu-devel@nongnu.org; Wed, 04 Jun 2008 09:54:55 -0400 Received: from [199.232.76.173] (port=45193 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3tS2-0000Ut-4F for qemu-devel@nongnu.org; Wed, 04 Jun 2008 09:54:54 -0400 Received: from an-out-0708.google.com ([209.85.132.243]:61335) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3tS1-0001L1-S1 for qemu-devel@nongnu.org; Wed, 04 Jun 2008 09:54:53 -0400 Received: by an-out-0708.google.com with SMTP id d18so28977and.130 for ; Wed, 04 Jun 2008 06:54:53 -0700 (PDT) Message-ID: <48469EA0.1030400@codemonkey.ws> Date: Wed, 04 Jun 2008 08:54:40 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <2c9e3f91af3dc46f86cdf5cf11d62512@foo> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 1/2] Update documentation for qemu-img convert options Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marc Bevand Cc: qemu-devel@nongnu.org Marc Bevand wrote: > Update qemu-img's documentation to match the current version of the > help text. Patch based on SVN rev 4656. > > Signed-off-by: Marc Bevand gmail.com> > --- > qemu-img.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -r ac83b5658aa6 qemu-img.texi > --- a/qemu-img.texi Tue Jun 03 21:36:45 2008 -0700 > +++ b/qemu-img.texi Tue Jun 03 21:43:45 2008 -0700 > @@ -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 > Reviewed-by: Anthony Liguori Regards, Anthony Liguori