Browse Source

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>
maint
David Aguilar 12 years ago committed by Junio C Hamano
parent
commit
d2bb624c26
  1. 2
      git-cvsserver.perl

2
git-cvsserver.perl

@ -107,7 +107,7 @@ my $work = @@ -107,7 +107,7 @@ my $work =
$log->info("--------------- STARTING -----------------");

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

Loading…
Cancel
Save