Skip to content

Commit d9fcff2

Browse files
aspiersgitster
authored andcommitted
Add missing -z to git check-attr usage text for consistency with man page
Signed-off-by: Adam Spiers <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6108b04 commit d9fcff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/check-attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static int cached_attrs;
99
static int stdin_paths;
1010
static const char * const check_attr_usage[] = {
1111
"git check-attr [-a | --all | attr...] [--] pathname...",
12-
"git check-attr --stdin [-a | --all | attr...] < <list-of-paths>",
12+
"git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>",
1313
NULL
1414
};
1515

0 commit comments

Comments
 (0)