summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-qemu-img.c
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-12-03 03:18:40 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-12-03 03:18:40 +0000
commit53d4bbec5b7cd0e79c925fa552901a710de6f099 (patch)
tree6062998e436b4601c4450e6d34286fccaad4d4f3 /emulators/qemu-devel/files/patch-qemu-img.c
parentUpdate port: games/crimson fix WWW (diff)
Update to 2005-11-30 snapshot.
PR: ports/ports/89816 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Notes
Notes: svn path=/head/; revision=150277
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"