git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] git-svn: use a lowercase "usage:" string
@ 2013-02-24 22:48 David Aguilar
  2013-02-24 22:48 ` [PATCH 2/4] tests: " David Aguilar
  0 siblings, 1 reply; 4+ messages in thread
From: David Aguilar @ 2013-02-24 22:48 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Make the usage string consistent with Git.

Signed-off-by: David Aguilar <davvid@gmail.com>
---
I'm not sure why this wasn't caught in my first round.
It should probably be squashed into the 02/16 from v2.

 git-svn.perl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/git-svn.perl b/git-svn.perl
index a93166f..6c7bd95 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -534,7 +534,7 @@ sub cmd_fetch {
 	}
 	my ($remote) = @_;
 	if (@_ > 1) {
-		die "Usage: $0 fetch [--all] [--parent] [svn-remote]\n";
+		die "usage: $0 fetch [--all] [--parent] [svn-remote]\n";
 	}
 	$Git::SVN::no_reuse_existing = undef;
 	if ($_fetch_parent) {
@@ -1404,7 +1404,7 @@ sub cmd_multi_fetch {
 # this command is special because it requires no metadata
 sub cmd_commit_diff {
 	my ($ta, $tb, $url) = @_;
-	my $usage = "Usage: $0 commit-diff -r<revision> ".
+	my $usage = "usage: $0 commit-diff -r<revision> ".
 	            "<tree-ish> <tree-ish> [<URL>]";
 	fatal($usage) if (!defined $ta || !defined $tb);
 	my $svn_path = '';
-- 
1.7.12.4 (Apple Git-37)

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-02-24 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-24 22:48 [PATCH 1/4] git-svn: use a lowercase "usage:" string David Aguilar
2013-02-24 22:48 ` [PATCH 2/4] tests: " David Aguilar
2013-02-24 22:48   ` [PATCH 3/4] contrib/examples/git-remote.perl: " David Aguilar
2013-02-24 22:48     ` [PATCH 4/4] contrib/mw-to-git/t/install-wiki.sh: " David Aguilar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).