diff options
author | David Aguilar <davvid@gmail.com> | 2013-02-23 16:50:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-24 13:31:05 -0800 |
commit | 1ca6e587c93bfce9d7b2ef1a98eecb7ce99b38f8 (patch) | |
tree | 1bb2c1bca39707da59ffb23fb3158de631bb50c7 /git-svn.perl | |
parent | 0b54366cddfc2ad7549b1ab01fe2d5f993d1ab58 (diff) | |
download | git-1ca6e587c93bfce9d7b2ef1a98eecb7ce99b38f8.tar.gz |
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-x | git-svn.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-svn.perl b/git-svn.perl index b46795f593..a93166fbd4 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; |