From: Uri Lublin <uril@redhat.com>
To: qemu-devel@nongnu.org, Uri Lublin <uril@redhat.com>
Subject: [Qemu-devel] [PATCH v2] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE)
Date: Thu, 08 Jan 2009 20:11:22 +0200 [thread overview]
Message-ID: <496641CA.5020909@redhat.com> (raw)
From: Uri Lublin <uril@redhat.com>
Rebased for qemu tree.
Signed-off-by: Uri Lublin <uril@redhat.com>
---
qemu-nbd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/qemu-nbd.c b/qemu-nbd.c
index ed64b6b..59bd2f1 100644
--- a/qemu-nbd.c
+++ b/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
next reply other threads:[~2009-01-08 18:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-08 18:11 Uri Lublin [this message]
2009-01-08 19:34 ` [Qemu-devel] [PATCH v2] qemu-nbd: fix options: -b (--bind) expects an argument (IFACE) Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=496641CA.5020909@redhat.com \
--to=uril@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.