From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Dec 2017 09:36:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,400,1508828400"; d="scan'208";a="11856434" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.17]) ([10.241.225.17]) by FMSMGA003.fm.intel.com with ESMTP; 14 Dec 2017 09:36:32 -0800 To: Olivier Matz , dev@dpdk.org, Thomas Monjalon References: <20171214142140.23980-1-olivier.matz@6wind.com> From: Ferruh Yigit Message-ID: Date: Thu, 14 Dec 2017 09:36:32 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171214142140.23980-1-olivier.matz@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] scripts: enhance error message in get maintainer script X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2017 17:36:35 -0000 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