X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=devtools%2Fget-maintainer.sh;fp=devtools%2Fget-maintainer.sh;h=5a259130785ab224098f162690ee9dbc80c64255;hp=5ae6b5aed1812a94e5f5397ee4e7ac13b8af4f02;hb=329d9b7855d1385d0d2f49386535aa8b4e044aa5;hpb=3a1174d2f08b704775111ae70cc6c3fea4343719 diff --git a/devtools/get-maintainer.sh b/devtools/get-maintainer.sh index 5ae6b5aed1..5a25913078 100755 --- a/devtools/get-maintainer.sh +++ b/devtools/get-maintainer.sh @@ -42,15 +42,16 @@ options="$options --no-rolestats" print_usage () { cat <<- END_OF_HELP usage: $(basename $0) + + The DPDK_GETMAINTAINER_PATH variable should be set to the full path to + the get_maintainer.pl script located in Linux kernel sources. Example: + DPDK_GETMAINTAINER_PATH=~/linux/scripts/get_maintainer.pl + + Also refer to devtools/load-devel-config to store your configuration. END_OF_HELP } -# Requires DPDK_GETMAINTAINER_PATH devel config option set, -# please check devtools/load-devel-config. -# DPDK_GETMAINTAINER_PATH should be full path to the get_maintainer.pl script, -# like: -# DPDK_GETMAINTAINER_PATH=~/linux/scripts/get_maintainer.pl - +# Requires DPDK_GETMAINTAINER_PATH devel config option set if [ ! -x "$DPDK_GETMAINTAINER_PATH" ] ; then print_usage >&2 echo