From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965719AbbKDUxZ (ORCPT ); Wed, 4 Nov 2015 15:53:25 -0500 Received: from mail-pa0-f48.google.com ([209.85.220.48]:33494 "EHLO mail-pa0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750727AbbKDUxY (ORCPT ); Wed, 4 Nov 2015 15:53:24 -0500 Date: Wed, 4 Nov 2015 12:53:20 -0800 From: Brian Norris To: Joe Perches Cc: linux-kernel@vger.kernel.org, Andrew Morton Subject: Re: [PATCH v2 3/4] get_maintainer: add --no-foo options to --help Message-ID: <20151104205320.GP7274@google.com> References: <1446665302-102908-1-git-send-email-computersforpeace@gmail.com> <1446665302-102908-3-git-send-email-computersforpeace@gmail.com> <1446666524.21133.63.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446666524.21133.63.camel@perches.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 04, 2015 at 11:48:44AM -0800, Joe Perches wrote: > Most options have both positive and negative forms. > The negative forms for -- are --no and --no-. I just noticed you included both --no and --no-. I didn't even notice that Perl supported both variants here. Good thing the clueless one is writing the documentation! :) Thanks again for the tips. Brian