* [Qemu-devel] [PATCH for-2.6] qemu-nbd: Document -x option
@ 2016-04-06 2:02 Eric Blake
2016-04-06 8:07 ` Paolo Bonzini
0 siblings, 1 reply; 2+ messages in thread
From: Eric Blake @ 2016-04-06 2:02 UTC (permalink / raw)
To: qemu-devel; +Cc: pbonzini
Commit 3d4b2f9c added -x to force qemu-nbd to use new-style
negotiation, but while it documented it in the man page, it
omitted docs in the --help output.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
qemu-nbd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/qemu-nbd.c b/qemu-nbd.c
index ca4a724..c2e4d3f 100644
--- a/qemu-nbd.c
+++ b/qemu-nbd.c
@@ -75,6 +75,7 @@ static void usage(const char *name)
" -e, --shared=NUM device can be shared by NUM clients (default '1')\n"
" -t, --persistent don't exit on the last connection\n"
" -v, --verbose display extra debugging information\n"
+" -x, --export-name=NAME expose export by name\n"
"\n"
"Exposing part of the image:\n"
" -o, --offset=OFFSET offset into the image\n"
--
2.5.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.6] qemu-nbd: Document -x option
2016-04-06 2:02 [Qemu-devel] [PATCH for-2.6] qemu-nbd: Document -x option Eric Blake
@ 2016-04-06 8:07 ` Paolo Bonzini
0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2016-04-06 8:07 UTC (permalink / raw)
To: Eric Blake, qemu-devel
On 06/04/2016 04:02, Eric Blake wrote:
> Commit 3d4b2f9c added -x to force qemu-nbd to use new-style
> negotiation, but while it documented it in the man page, it
> omitted docs in the --help output.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> qemu-nbd.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/qemu-nbd.c b/qemu-nbd.c
> index ca4a724..c2e4d3f 100644
> --- a/qemu-nbd.c
> +++ b/qemu-nbd.c
> @@ -75,6 +75,7 @@ static void usage(const char *name)
> " -e, --shared=NUM device can be shared by NUM clients (default '1')\n"
> " -t, --persistent don't exit on the last connection\n"
> " -v, --verbose display extra debugging information\n"
> +" -x, --export-name=NAME expose export by name\n"
> "\n"
> "Exposing part of the image:\n"
> " -o, --offset=OFFSET offset into the image\n"
>
Thanks, queued.
Paolo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-06 8:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 2:02 [Qemu-devel] [PATCH for-2.6] qemu-nbd: Document -x option Eric Blake
2016-04-06 8:07 ` Paolo Bonzini
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).