devtools: enhance error message in get maintainer script
authorOlivier Matz <olivier.matz@6wind.com>
Thu, 14 Dec 2017 14:21:40 +0000 (15:21 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 4 Jan 2018 17:15:35 +0000 (18:15 +0100)
commit2ba9a32c96a1846ebfbb92c64640cfe233551ec1
tree2aca3a5c762c50882264c33f3593cadb05b46af1
parent91a0eabf00cbd78a8630ff1b9279af1b2db92122
devtools: enhance error message in get maintainer script

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 <patch>
Cannot execute DPDK_GETMAINTAINER_PATH

Add a more detailed explanation about this variable in the help.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
devtools/get-maintainer.sh