Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-cvsimport: use a lowercase "usage:" string
author
David Aguilar
<davvid@gmail.com>
Sun, 24 Feb 2013 00:50:15 +0000
(16:50 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 24 Feb 2013 21:31:07 +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-cvsimport.perl
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
4c0df34
)
diff --git
a/git-cvsimport.perl
b/git-cvsimport.perl
index 344f1206d111a57ec529c34785ff8b1a6537e4d1..73d367cea8f130bc7721803e397df710e7cfff58 100755
(executable)
--- a/
git-cvsimport.perl
+++ b/
git-cvsimport.perl
@@
-38,7
+38,7
@@
(;$)
my $msg = shift;
print(STDERR "Error: $msg\n") if $msg;
print STDERR <<END;
my $msg = shift;
print(STDERR "Error: $msg\n") if $msg;
print STDERR <<END;
-
U
sage: git cvsimport # fetch/update GIT from CVS
+
u
sage: git cvsimport # fetch/update GIT from CVS
[-o branch-for-HEAD] [-h] [-v] [-d CVSROOT] [-A author-conv-file]
[-p opts-for-cvsps] [-P file] [-C GIT_repository] [-z fuzz] [-i] [-k]
[-u] [-s subst] [-a] [-m] [-M regex] [-S regex] [-L commitlimit]
[-o branch-for-HEAD] [-h] [-v] [-d CVSROOT] [-A author-conv-file]
[-p opts-for-cvsps] [-P file] [-C GIT_repository] [-z fuzz] [-i] [-k]
[-u] [-s subst] [-a] [-m] [-M regex] [-S regex] [-L commitlimit]