Skip to content

Commit

Permalink
contrib/hooks/setgitperms.perl: use a lowercase "usage:" string
Browse files Browse the repository at this point in the history
Make the usage string consistent with Git.

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
David Aguilar authored and Junio C Hamano committed Feb 24, 2013
1 parent beb5ab1 commit 00eae5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/hooks/setgitperms.perl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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.
Expand Down

0 comments on commit 00eae5e

Please sign in to comment.