Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 4c0df34

Browse files
davvidgitster
authored andcommitted
git-cvsexportcommit: use a lowercase "usage:" string
Make the usage string consistent with Git. Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: David Aguilar <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 165c4b1 commit 4c0df34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cvsexportcommit.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@
420420

421421
sub usage {
422422
print STDERR <<END;
423-
Usage: GIT_DIR=/path/to/.git git cvsexportcommit [-h] [-p] [-v] [-c] [-f] [-u] [-k] [-w cvsworkdir] [-m msgprefix] [ parent ] commit
423+
usage: GIT_DIR=/path/to/.git git cvsexportcommit [-h] [-p] [-v] [-c] [-f] [-u] [-k] [-w cvsworkdir] [-m msgprefix] [ parent ] commit
424424
END
425425
exit(1);
426426
}

0 commit comments

Comments
 (0)