Commit c0be16d39fd7187764dcd3d65a63167c92e48142

Authored by balrog
1 parent 623e265c

Correct qemu-img usage hint (Andreas Färber).


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3975 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
qemu-img.c
... ... @@ -90,7 +90,7 @@ static void help(void)
90 90 "Command syntax:\n"
91 91 " create [-e] [-6] [-b base_image] [-f fmt] filename [size]\n"
92 92 " commit [-f fmt] filename\n"
93   - " convert [-c] [-e] [-6] [-f fmt] filename [filename2 [...]] [-O output_fmt] output_filename\n"
  93 + " convert [-c] [-e] [-6] [-f fmt] [-O output_fmt] filename [filename2 [...]] output_filename\n"
94 94 " info [-f fmt] filename\n"
95 95 "\n"
96 96 "Command parameters:\n"
... ...