summaryrefslogtreecommitdiff
path: root/emulators/qemu/files/patch-qemu-img.c
blob: ff80ba070532b17b97845e0fcf20e54e480fa244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Index: qemu/qemu-img.c
@@ -90,7 +90,7 @@
            "Command syntax:\n"
            "  create [-e] [-6] [-b base_image] [-f fmt] filename [size]\n"
            "  commit [-f fmt] filename\n"
-           "  convert [-c] [-e] [-6] [-f fmt] filename [filename2 [...]] [-O output_fmt] output_filename\n"
+           "  convert [-c] [-e] [-6] [-f fmt] [-O output_fmt] filename [filename2 [...]] output_filename\n"
            "  info [-f fmt] filename\n"
            "\n"
            "Command parameters:\n"