From: David Aguilar Date: Sun, 24 Feb 2013 00:50:23 +0000 (-0800) Subject: templates/hooks--update.sample: use a lowercase "usage:" string X-Git-Tag: v1.8.2.1~24^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a8a84c319e51eb25bfc0ee44d064617c310aa9e;p=thirdparty%2Fgit.git templates/hooks--update.sample: 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 --- diff --git a/templates/hooks--update.sample b/templates/hooks--update.sample index 71ab04edc0..d84758373d 100755 --- a/templates/hooks--update.sample +++ b/templates/hooks--update.sample @@ -38,7 +38,7 @@ if [ -z "$GIT_DIR" ]; then fi if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then - echo "Usage: $0 " >&2 + echo "usage: $0 " >&2 exit 1 fi