summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-08 19:49:51 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-03-08 19:49:51 +0000
commit2fbc40957147e7f66d067d5298a4e940dd153f93 (patch)
tree1d537dd2bba34074ad7f55ecfe9f172f1deabc50 /qemu-img.c
parentqemu-img: accept sizes with decimal values (diff)
downloadqemu-kvm-2fbc40957147e7f66d067d5298a4e940dd153f93.tar.gz
qemu-kvm-2fbc40957147e7f66d067d5298a4e940dd153f93.tar.bz2
qemu-kvm-2fbc40957147e7f66d067d5298a4e940dd153f93.zip
qemu-img: fix help message
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6787 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-img.c')
-rw-r--r--qemu-img.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-img.c b/qemu-img.c
index ad25cb3e6..6a2c57eeb 100644
--- a/qemu-img.c
+++ b/qemu-img.c
@@ -73,8 +73,8 @@ static void help(void)
" 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"