Re: [Qemu-devel] [PATCH for-2.6] qemu-nbd: Document -x option

2016-04-06 Thread Paolo Bonzini
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 > --- > qemu-nbd.c | 1 + > 1 file changed, 1 insertion(+) > >

[Qemu-devel] [PATCH for-2.6] qemu-nbd: Document -x option

2016-04-05 Thread Eric Blake
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 --- qemu-nbd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu-nbd.c b/qemu-nbd.c index ca4a724..c2e4d3f 1