* [Qemu-devel] [PATCH] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE)
@ 2009-01-05 0:55 Uri Lublin
0 siblings, 0 replies; only message in thread
From: Uri Lublin @ 2009-01-05 0:55 UTC (permalink / raw)
To: qemu-devel
Signed-off-by: Uri Lublin <uril@redhat.com>
---
qemu/qemu-nbd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/qemu/qemu-nbd.c b/qemu/qemu-nbd.c
index c466cce..3db673b 100644
--- a/qemu/qemu-nbd.c
+++ b/qemu/qemu-nbd.c
@@ -190,7 +190,7 @@ int main(int argc, char **argv)
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' },
--
1.6.0.6
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-05 0:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-05 0:55 [Qemu-devel] [PATCH] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) Uri Lublin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.