Skip to content

Commit d2bb624

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 ce7f3ca commit d2bb624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cvsserver.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
$log->info("--------------- STARTING -----------------");
108108

109109
my $usage =
110-
"Usage: git cvsserver [options] [pserver|server] [<directory> ...]\n".
110+
"usage: git cvsserver [options] [pserver|server] [<directory> ...]\n".
111111
" --base-path <path> : Prepend to requested CVSROOT\n".
112112
" Can be read from GIT_CVSSERVER_BASE_PATH\n".
113113
" --strict-paths : Don't allow recursing into subdirectories\n".

0 commit comments

Comments
 (0)