qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH for-2.6] qemu-nbd: Document -x option
Date: Wed, 6 Apr 2016 10:07:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0


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 <address@hidden>
> ---
>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]