Commit 2fbc40957147e7f66d067d5298a4e940dd153f93

Authored by aurel32
1 parent 24501489

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
Showing 1 changed file with 2 additions and 2 deletions
qemu-img.c
... ... @@ -73,8 +73,8 @@ static void help(void)
73 73 " differ\n"
74 74 " 'fmt' is the disk image format. It is guessed automatically in most cases\n"
75 75 " 'size' is the disk image size in kilobytes. Optional suffixes\n"
76   - " 'M' (megabyte, 1024 * 1024) and 'G' (gigabyte, 1024 * 1024 * 1024) are"
77   - " supported any @code{k} or @code{K} is ignored\n"
  76 + " 'M' (megabyte, 1024 * 1024) and 'G' (gigabyte, 1024 * 1024 * 1024) are\n"
  77 + " supported any 'k' or 'K' is ignored\n"
78 78 " 'output_filename' is the destination disk image filename\n"
79 79 " 'output_fmt' is the destination format\n"
80 80 " '-c' indicates that target image must be compressed (qcow format only)\n"
... ...