1
0
mirror of https://github.com/git/git.git synced 2024-09-21 08:32:02 +02:00

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:
Adam Spiers 2012-09-17 12:38:51 +01:00 committed by Junio C Hamano
parent 6108b04b70
commit d9fcff2f49

View File

@ -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
};