Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: use a lowercase "usage:" string
author
David Aguilar
<davvid@gmail.com>
Sun, 24 Feb 2013 00:50:10 +0000
(16:50 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 24 Feb 2013 21:31:05 +0000
(13:31 -0800)
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>
git-svn.perl
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0b54366
)
diff --git
a/git-svn.perl
b/git-svn.perl
index b46795f5935dd3d61a2f3e45f979aec04d12afcb..a93166fbd47fa62f7d667840045eadb7c87a4188 100755
(executable)
--- 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
-
U
sage: git svn <command> [options] [arguments]\n
+
u
sage: git svn <command> [options] [arguments]\n
print $fd "Available commands:\n" unless $cmd;