From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aniUd-0005mK-2k for qemu-devel@nongnu.org; Wed, 06 Apr 2016 04:07:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aniUZ-0007j4-2A for qemu-devel@nongnu.org; Wed, 06 Apr 2016 04:07:14 -0400 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:34715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aniUY-0007iO-Pv for qemu-devel@nongnu.org; Wed, 06 Apr 2016 04:07:10 -0400 Received: by mail-wm0-x244.google.com with SMTP id n3so10860174wmn.1 for ; Wed, 06 Apr 2016 01:07:10 -0700 (PDT) Sender: Paolo Bonzini References: <1459908128-11925-1-git-send-email-eblake@redhat.com> From: Paolo Bonzini Message-ID: <5704C3AA.7080608@redhat.com> Date: Wed, 6 Apr 2016 10:07:06 +0200 MIME-Version: 1.0 In-Reply-To: <1459908128-11925-1-git-send-email-eblake@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH for-2.6] qemu-nbd: Document -x option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , qemu-devel@nongnu.org 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(+) > > 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