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>
This commit is contained in:
parent
6108b04b70
commit
d9fcff2f49
@ -9,7 +9,7 @@ static int cached_attrs;
|
|||||||
static int stdin_paths;
|
static int stdin_paths;
|
||||||
static const char * const check_attr_usage[] = {
|
static const char * const check_attr_usage[] = {
|
||||||
"git check-attr [-a | --all | attr...] [--] pathname...",
|
"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
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user