Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-archimport: 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>
  • Loading branch information
davvid authored and gitster committed Feb 24, 2013
1 parent e5a1518 commit 165c4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-archimport.perl
Expand Up @@ -75,7 +75,7 @@ =head1 Devel Notes

sub usage() {
print STDERR <<END;
Usage: git archimport # fetch/update GIT from Arch
usage: git archimport # fetch/update GIT from Arch
[ -h ] [ -v ] [ -o ] [ -a ] [ -f ] [ -T ] [ -D depth ] [ -t tempdir ]
repository/arch-branch [ repository/arch-branch] ...
END
Expand Down

0 comments on commit 165c4b1

Please sign in to comment.