From: Roel Kluin Date: Wed, 11 Nov 2009 22:26:13 +0000 (-0800) Subject: get_maintainer: fix usage comment X-Git-Tag: v2.6.32-rc7~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3bd7bf5f1aabf5d5e6b8ee60360dc52259a83118;p=profile%2Fcommon%2Fkernel-common.git get_maintainer: fix usage comment With the `s' it just won't work. Signed-off-by: Roel Kluin Acked-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 102b766..81a67a4 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl @@ -5,8 +5,8 @@ # Print selected MAINTAINERS information for # the files modified in a patch or for a file # -# usage: perl scripts/get_maintainers.pl [OPTIONS] -# perl scripts/get_maintainers.pl [OPTIONS] -f +# usage: perl scripts/get_maintainer.pl [OPTIONS] +# perl scripts/get_maintainer.pl [OPTIONS] -f # # Licensed under the terms of the GNU GPL License version 2