Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-relink: 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
David Aguilar authored and Junio C Hamano committed Feb 24, 2013
1 parent 1ca6e58 commit 8d8bbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-relink.perl
Expand Up @@ -163,7 +163,7 @@ ($$)


sub usage() {
print("Usage: git relink [--safe] <dir>... <master_dir> \n");
print("usage: git relink [--safe] <dir>... <master_dir> \n");
print("All directories should contain a .git/objects/ subdirectory.\n");
print("Options\n");
print("\t--safe\t" .
Expand Down

0 comments on commit 8d8bbc3

Please sign in to comment.