From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mart Frauenlob Subject: Re: [PATCH] ip[6]tables: show --protocol instead of --proto in usage Date: Fri, 29 Mar 2013 08:31:02 +0100 Message-ID: <51554336.809@chello.at> References: <5149C42E.4040900@chello.at> Reply-To: mart.frauenlob@chello.at Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "netfilter@vger.kernel.org" To: netfilter-devel@vger.kernel.org Return-path: Received: from fep27.mx.upcmail.net ([62.179.121.47]:39030 "EHLO fep27.mx.upcmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751565Ab3C2HcB (ORCPT ); Fri, 29 Mar 2013 03:32:01 -0400 In-Reply-To: <5149C42E.4040900@chello.at> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On 20.03.2013 15:14, 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. [N]OK?