qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6787] qemu-img: fix help message


From: Aurelien Jarno
Subject: [Qemu-devel] [6787] qemu-img: fix help message
Date: Sun, 08 Mar 2009 19:49:51 +0000

Revision: 6787
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6787
Author:   aurel32
Date:     2009-03-08 19:49:51 +0000 (Sun, 08 Mar 2009)
Log Message:
-----------
qemu-img: fix help message

Signed-off-by: Aurelien Jarno <address@hidden>

Modified Paths:
--------------
    trunk/qemu-img.c

Modified: trunk/qemu-img.c
===================================================================
--- trunk/qemu-img.c    2009-03-08 19:49:44 UTC (rev 6786)
+++ trunk/qemu-img.c    2009-03-08 19:49:51 UTC (rev 6787)
@@ -73,8 +73,8 @@
            "    differ\n"
            "  'fmt' is the disk image format. It is guessed automatically in 
most cases\n"
            "  'size' is the disk image size in kilobytes. Optional suffixes\n"
-           "    'M' (megabyte, 1024 * 1024) and 'G' (gigabyte, 1024 * 1024 * 
1024) are"
-           "    supported any @code{k} or @code{K} is ignored\n"
+           "    'M' (megabyte, 1024 * 1024) and 'G' (gigabyte, 1024 * 1024 * 
1024) are\n"
+           "    supported any 'k' or 'K' is ignored\n"
            "  'output_filename' is the destination disk image filename\n"
            "  'output_fmt' is the destination format\n"
            "  '-c' indicates that target image must be compressed (qcow format 
only)\n"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]