Browse Source

Add missing -z to git check-attr usage text for consistency with man page

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Adam Spiers 12 years ago committed by Junio C Hamano
parent
commit
d9fcff2f49
  1. 2
      builtin/check-attr.c

2
builtin/check-attr.c

@ -9,7 +9,7 @@ static int cached_attrs; @@ -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...] < <list-of-paths>",
"git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>",
NULL
};


Loading…
Cancel
Save