* [Qemu-devel] [6246] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) ( Uri Lublin)
@ 2009-01-08 19:34 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2009-01-08 19:34 UTC (permalink / raw)
To: qemu-devel
Revision: 6246
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6246
Author: aliguori
Date: 2009-01-08 19:34:35 +0000 (Thu, 08 Jan 2009)
Log Message:
-----------
qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) (Uri Lublin)
Rebased for qemu tree.
Signed-off-by: Uri Lublin <uril@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Modified Paths:
--------------
trunk/qemu-nbd.c
Modified: trunk/qemu-nbd.c
===================================================================
--- trunk/qemu-nbd.c 2009-01-08 19:32:20 UTC (rev 6245)
+++ trunk/qemu-nbd.c 2009-01-08 19:34:35 UTC (rev 6246)
@@ -190,7 +190,7 @@
char *device = NULL;
char *socket = NULL;
char sockpath[128];
- const char *sopt = "hVbo:p:rsnP:c:dvk:e:t";
+ const char *sopt = "hVb:o:p:rsnP:c:dvk:e:t";
struct option lopt[] = {
{ "help", 0, 0, 'h' },
{ "version", 0, 0, 'V' },
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-08 19:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 19:34 [Qemu-devel] [6246] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) ( Uri Lublin) Anthony Liguori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).