We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6108b04 commit d9fcff2Copy full SHA for d9fcff2
builtin/check-attr.c
@@ -9,7 +9,7 @@ static int cached_attrs;
9
static int stdin_paths;
10
static const char * const check_attr_usage[] = {
11
"git check-attr [-a | --all | attr...] [--] pathname...",
12
-"git check-attr --stdin [-a | --all | attr...] < <list-of-paths>",
+"git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>",
13
NULL
14
};
15
0 commit comments