git-svn: use a lowercase "usage:" string
[gitweb.git] / git-svn.perl
index b46795f5935dd3d61a2f3e45f979aec04d12afcb..a93166fbd47fa62f7d667840045eadb7c87a4188 100755 (executable)
@@ -382,7 +382,7 @@ sub usage {
        my $fd = $exit ? \*STDERR : \*STDOUT;
        print $fd <<"";
 git-svn - bidirectional operations between a single Subversion tree and git
-Usage: git svn <command> [options] [arguments]\n
+usage: git svn <command> [options] [arguments]\n
 
        print $fd "Available commands:\n" unless $cmd;