summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-qemu-img.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-qemu-img.c')
-rw-r--r--emulators/qemu-devel/files/patch-qemu-img.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-qemu-img.c b/emulators/qemu-devel/files/patch-qemu-img.c
new file mode 100644
index 000000000000..b525b50a3bcb
--- /dev/null
+++ b/emulators/qemu-devel/files/patch-qemu-img.c
@@ -0,0 +1,10 @@
+Index: qemu/qemu-img.c
+@@ -134,7 +134,7 @@
+ "Command syntax:\n"
+ " create [-e] [-b base_image] [-f fmt] filename [size]\n"
+ " commit [-f fmt] filename\n"
+- " convert [-c] [-e] [-f fmt] filename [-O output_fmt] output_filename\n"
++ " convert [-c] [-e] [-f fmt] [-O output_fmt] filename output_filename\n"
+ " info [-f fmt] filename\n"
+ "\n"
+ "Command parameters:\n"