From 3e1acec9cef70336ea89e6783c80bc0645114f9e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 11 Mar 2015 08:16:01 +0100 Subject: [PATCH] Re: [PATCH 1/2] cli: fix top level --help combined with other options --- c4/04c6f38c36f143abd6e08039a817d24b26c0e3 | 62 +++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 c4/04c6f38c36f143abd6e08039a817d24b26c0e3 diff --git a/c4/04c6f38c36f143abd6e08039a817d24b26c0e3 b/c4/04c6f38c36f143abd6e08039a817d24b26c0e3 new file mode 100644 index 000000000..472ccabd9 --- /dev/null +++ b/c4/04c6f38c36f143abd6e08039a817d24b26c0e3 @@ -0,0 +1,62 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id F3AFD431FBC + for ; Wed, 11 Mar 2015 00:18:08 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 2.438 +X-Spam-Level: ** +X-Spam-Status: No, score=2.438 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id w+34uh7l+QGd for ; + Wed, 11 Mar 2015 00:18:06 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7FC51431FAF + for ; Wed, 11 Mar 2015 00:18:04 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.80) (envelope-from ) + id 1YVasI-00050K-FC; Wed, 11 Mar 2015 07:16:14 +0000 +Received: (nullmailer pid 26936 invoked by uid 1000); Wed, 11 Mar 2015 + 07:16:01 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] cli: fix top level --help combined with other options +In-Reply-To: <1425831535-15920-1-git-send-email-jani@nikula.org> +References: <1425831535-15920-1-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.19+67~gdbe9924 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Wed, 11 Mar 2015 08:16:01 +0100 +Message-ID: <87d24ghumm.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 11 Mar 2015 07:18:09 -0000 + +Jani Nikula writes: + +> If the top level --help is combined with other options, help +> fails. For example: +> +> $ notmuch --version --help +> +> Sorry, --help is not a known command. There's not much I can do to +> help +pushed these two -- 2.26.2