Skip to content

Commit ce7f3ca

Browse files
davvidgitster
authored andcommitted
git-cvsimport: 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>
1 parent 4c0df34 commit ce7f3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cvsimport.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ (;$)
3838
my $msg = shift;
3939
print(STDERR "Error: $msg\n") if $msg;
4040
print STDERR <<END;
41-
Usage: git cvsimport # fetch/update GIT from CVS
41+
usage: git cvsimport # fetch/update GIT from CVS
4242
[-o branch-for-HEAD] [-h] [-v] [-d CVSROOT] [-A author-conv-file]
4343
[-p opts-for-cvsps] [-P file] [-C GIT_repository] [-z fuzz] [-i] [-k]
4444
[-u] [-s subst] [-a] [-m] [-M regex] [-S regex] [-L commitlimit]

0 commit comments

Comments
 (0)