diff options
author | David Aguilar <davvid@gmail.com> | 2013-02-24 01:50:10 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-24 22:31:05 +0100 |
commit | 1ca6e587c93bfce9d7b2ef1a98eecb7ce99b38f8 (patch) | |
tree | 1bb2c1bca39707da59ffb23fb3158de631bb50c7 /git-svn.perl | |
parent | git-sh-setup: use a lowercase "usage:" string (diff) | |
download | git-1ca6e587c93bfce9d7b2ef1a98eecb7ce99b38f8.tar.xz git-1ca6e587c93bfce9d7b2ef1a98eecb7ce99b38f8.zip |
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; |