From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] ip[6]tables: show --protocol instead of --proto in usage Date: Mon, 1 Apr 2013 13:18:40 +0200 Message-ID: <20130401111840.GA4062@localhost> References: <5149C42E.4040900@chello.at> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <5149C42E.4040900@chello.at> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mart Frauenlob Cc: netfilter-devel@vger.kernel.org, "netfilter@vger.kernel.org" On Wed, Mar 20, 2013 at 03:14:06PM +0100, Mart Frauenlob wrote: > Good day! > > As the man page shows --protocol not --proto, also do so in the > usage text displayed by ip[6]tables -h. > > Attached patch does the change. Applied, thanks.