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 A5C444196F2 for ; Wed, 21 Apr 2010 08:49:27 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.89 X-Spam-Level: X-Spam-Status: No, score=-1.89 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_MIME_NO_TEXT=0.01] autolearn=ham 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 Qlzb006-EjHf for ; Wed, 21 Apr 2010 08:49:26 -0700 (PDT) Received: from tarap.cc.columbia.edu (tarap.cc.columbia.edu [128.59.29.7]) by olra.theworths.org (Postfix) with ESMTP id CAD79431FC1 for ; Wed, 21 Apr 2010 08:49:26 -0700 (PDT) Received: from servo.finestructure.net (geco.phys.columbia.edu [128.59.170.159]) (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0) by tarap.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id o3LFnPwT029131 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Wed, 21 Apr 2010 11:49:26 -0400 (EDT) Received: from jrollins by servo.finestructure.net with local (Exim 4.71) (envelope-from ) id 1O4cB3-0007oY-SU for notmuch@notmuchmail.org; Wed, 21 Apr 2010 11:49:25 -0400 From: Jameson Rollins To: Notmuch Mail Subject: [PATCH] fix help message for "show" Date: Wed, 21 Apr 2010 11:49:21 -0400 Message-ID: <87y6ggbybi.fsf@servo.finestructure.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-No-Spam-Score: Local X-Scanned-By: MIMEDefang 2.68 on 128.59.29.7 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, 21 Apr 2010 15:49:27 -0000 --=-=-= Help message for "show" mistakenly refers to '--output' instead of '--format'. --- notmuch.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch.c b/notmuch.c index 0eea5e1..13e2612 100644 --- a/notmuch.c +++ b/notmuch.c @@ -205,7 +205,7 @@ command_t commands[] = { "\n" "\t\tFormat output as Javascript Object Notation (JSON).\n" "\t\tJSON output always includes all messages in a matching,\n" - "\t\tthread i.e. '--output=json' implies '--entire-thread'\n" + "\t\tthread i.e. '--format=json' implies '--entire-thread'\n" "\n" "\tA common use of \"notmuch show\" is to display a single\n" "\tthread of email messages. For this, use a search term of\n" --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCAAGBQJLzx6CAAoJEO00zqvie6q8sHIQAIqFpk/s/xT4JYcqL8L9IBEm seeL99woa3CUMY3MIlJ0qfmg6EqtwVKwOnVZtyzs6GQj13AY4NX7Q2T6/7w5bMLF hFNp3RgxQ5WH9Qy+noCSVRHYY2NWcG+6V+3Y6tKjMxzNc1zBEj4h1xbyQmcNYiVR CKOsL3z8XhfKujvTOfynzQB3Enib7KIenUUiYmVHi37CIrVISTAMbY9EEMQUf0Wl PGevqnWsabAwTgC1yA0EE/RBah2Qg1uNP/zcu9GTbF1+I/QJ6XvZQVvTohQzWLgE RTu4J7fz7qcSGp47kSq60AMlgTdGJ5kPZ4z/w42FqQPHTaGJ4KyfV/rOYjNmig4z vqO29RAOzZyN8UeHfSelugPsjwcBnQexzk4f9E4kYnJBhl7JDz0HXKQEw/xdg+Mn fKXb8olDg4BEEzHjNI1xtFomCDxwi0V0/QEfqfINU+gOW4dPaFrTg01NN6CxdCoJ QGGCYzJKOsP75WhNVm5QbMNITpAYIbeTOUXpJEXWuAMgtaGx8SLh+5bjGZ15+mw1 gNLRimNJLXXqmNutl1WKKp7RfDbFCMtTJLKKNtm0xlACjC1jj/C2cHnDjLpfPEa9 ShnkK6jDfAFdb7qXJ2j55MAfJNaOc5TFBhcMG8MgX3nXddm0ymVYFNmclTHRFE8Y dgBw9LT+KsICAaA0HL4Z =S1Si -----END PGP SIGNATURE----- --=-=-=--