From: Adam Spiers Date: Mon, 17 Sep 2012 11:38:51 +0000 (+0100) Subject: Add missing -z to git check-attr usage text for consistency with man page X-Git-Tag: v1.7.12.1~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d9fcff2f498d398132cc9a14f7402e77ff1c5991;p=git.git 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 --- diff --git a/builtin/check-attr.c b/builtin/check-attr.c index 44c421eb0..9000c2db5 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 };