From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] scripts: enhance error message in get maintainer script Date: Thu, 14 Dec 2017 09:36:32 -0800 Message-ID: References: <20171214142140.23980-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Olivier Matz , dev@dpdk.org, Thomas Monjalon Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id ACBC59FE for ; Thu, 14 Dec 2017 18:36:34 +0100 (CET) In-Reply-To: <20171214142140.23980-1-olivier.matz@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/14/2017 6:21 AM, Olivier Matz wrote: > When the DPDK_GETMAINTAINER_PATH variable was not set, the error > message from get-maintainer.sh was quite cheap: > > $ devtools/get-maintainer.sh --help > usage: get-maintainer.sh > Cannot execute DPDK_GETMAINTAINER_PATH > > Add a more detailed explanation about this variable in the help. > > Signed-off-by: Olivier Matz Acked-by: Ferruh Yigit