From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 57A458E9B for ; Fri, 30 Oct 2015 14:46:22 +0100 (CET) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 89D3CABB1F; Fri, 30 Oct 2015 13:46:21 +0000 (UTC) Received: from dhcp195.koti.laiskiainen.org (vpn1-4-205.ams2.redhat.com [10.36.4.205]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9UDkKpf006343; Fri, 30 Oct 2015 09:46:20 -0400 To: Harry van Haaren , dev@dpdk.org References: <1446206979-17430-1-git-send-email-harry.van.haaren@intel.com> From: Panu Matilainen Message-ID: <563374AB.9040905@redhat.com> Date: Fri, 30 Oct 2015 15:46:19 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1446206979-17430-1-git-send-email-harry.van.haaren@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Subject: Re: [dpdk-dev] [PATCH] tools/dpdk_nic_bind.py: alias -s to --summary X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2015 13:46:22 -0000 On 10/30/2015 02:09 PM, Harry van Haaren wrote: > This patch adds -s as an alias to --summary in dpdk_nic_bind.py, > providing a convienient shorthand. The patch is about adding an alias to --status, but the summary talks about --summary. And I nearly did the same when writing this :) - Panu -