git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add missing -z to git check-attr usage text for consistency with man page
@ 2012-09-17 11:38 Adam Spiers
  2012-09-17 20:45 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Spiers @ 2012-09-17 11:38 UTC (permalink / raw)
  To: git list

Signed-off-by: Adam Spiers <git@adamspiers.org>
---
 builtin/check-attr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/check-attr.c b/builtin/check-attr.c
index e1ff575..075d01d 100644
--- 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[] = {
 N_("git check-attr [-a | --all | attr...] [--] pathname..."),
-N_("git check-attr --stdin [-a | --all | attr...] < <list-of-paths>"),
+N_("git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"),
 NULL
 };
 
-- 
1.7.12.147.g6d168f4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-17 20:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-17 11:38 [PATCH] Add missing -z to git check-attr usage text for consistency with man page Adam Spiers
2012-09-17 20:45 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).