From beb5ab184ca2dfbc5a68693761bd7dc8f7044150 Mon Sep 17 00:00:00 2001 From: David Aguilar Date: Sat, 23 Feb 2013 16:50:21 -0800 Subject: contrib/examples: use a lowercase "usage:" string Make the usage string consistent with Git. Reviewed-by: Jonathan Nieder Signed-off-by: David Aguilar Signed-off-by: Junio C Hamano --- contrib/examples/git-remote.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/examples/git-remote.perl') diff --git a/contrib/examples/git-remote.perl b/contrib/examples/git-remote.perl index b17952a78..b549a3c11 100755 --- a/contrib/examples/git-remote.perl +++ b/contrib/examples/git-remote.perl @@ -347,7 +347,7 @@ sub rm_remote { } sub add_usage { - print STDERR "Usage: git remote add [-f] [-t track]* [-m master] \n"; + print STDERR "usage: git remote add [-f] [-t track]* [-m master] \n"; exit(1); } -- cgit v1.2.1