From: David Aguilar Date: Sun, 24 Feb 2013 00:50:22 +0000 (-0800) Subject: contrib/hooks/setgitperms.perl: use a lowercase "usage:" string X-Git-Tag: v1.8.2.1~24^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00eae5ef13ed1d470b1f709d51245ee49197019a;p=thirdparty%2Fgit.git contrib/hooks/setgitperms.perl: use a lowercase "usage:" string Make the usage string consistent with Git. Reviewed-by: Jonathan Nieder Signed-off-by: David Aguilar Signed-off-by: Junio C Hamano --- diff --git a/contrib/hooks/setgitperms.perl b/contrib/hooks/setgitperms.perl index a577ad095f..2770a1b1d2 100644 --- a/contrib/hooks/setgitperms.perl +++ b/contrib/hooks/setgitperms.perl @@ -24,7 +24,7 @@ use File::Find; use File::Basename; my $usage = -"Usage: setgitperms.perl [OPTION]... <--read|--write> +"usage: setgitperms.perl [OPTION]... <--read|--write> This program uses a file `.gitmeta` to store/restore permissions and uid/gid info for all files/dirs tracked by git in the repository.