From d9fcff2f498d398132cc9a14f7402e77ff1c5991 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 17 Sep 2012 12:38:51 +0100 Subject: Add missing -z to git check-attr usage text for consistency with man page Signed-off-by: Adam Spiers Signed-off-by: Junio C Hamano --- builtin/check-attr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin') diff --git a/builtin/check-attr.c b/builtin/check-attr.c index 44c421eb0f..9000c2db51 100644 --- a/builtin/check-attr.c +++ b/builtin/check-attr.c @@ -9,7 +9,7 @@ static int cached_attrs; static int stdin_paths; static const char * const check_attr_usage[] = { "git check-attr [-a | --all | attr...] [--] pathname...", -"git check-attr --stdin [-a | --all | attr...] < ", +"git check-attr --stdin [-z] [-a | --all | attr...] < ", NULL }; -- cgit v1.2.3