summaryrefslogtreecommitdiff
path: root/git-svn.perl
diff options
context:
space:
mode:
authorDavid Aguilar <davvid@gmail.com>2013-02-24 00:50:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-24 21:31:05 (GMT)
commit1ca6e587c93bfce9d7b2ef1a98eecb7ce99b38f8 (patch)
tree1bb2c1bca39707da59ffb23fb3158de631bb50c7 /git-svn.perl
parent0b54366cddfc2ad7549b1ab01fe2d5f993d1ab58 (diff)
downloadgit-1ca6e587c93bfce9d7b2ef1a98eecb7ce99b38f8.zip
git-1ca6e587c93bfce9d7b2ef1a98eecb7ce99b38f8.tar.gz
git-1ca6e587c93bfce9d7b2ef1a98eecb7ce99b38f8.tar.bz2
git-svn: use a lowercase "usage:" string
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>
Diffstat (limited to 'git-svn.perl')
-rwxr-xr-xgit-svn.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-svn.perl b/git-svn.perl
index b46795f..a93166f 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -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;