projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6108b04
)
Add missing -z to git check-attr usage text for consistency with man page
author
Adam Spiers
<git@adamspiers.org>
Mon, 17 Sep 2012 11:38:51 +0000
(12:38 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 17 Sep 2012 20:45:32 +0000
(13:45 -0700)
Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/check-attr.c
patch
|
blob
|
history
diff --git
a/builtin/check-attr.c
b/builtin/check-attr.c
index 44c421eb0fe9cd8947d6666d15d790bc241ee7f3..9000c2db513aa20c16de7c891fd3549c6f49e398 100644
(file)
--- a/
builtin/check-attr.c
+++ b/
builtin/check-attr.c
@@
-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
};