From 9deec58ad842fe9f2a2a221952e1eb351d3637e9 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 10 Nov 2009 20:45:23 -0800 Subject: [PATCH] check-ref-format -h: it does not know the --print option yet Signed-off-by: Junio C Hamano --- builtin-check-ref-format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin-check-ref-format.c b/builtin-check-ref-format.c index 96382e3447..a5ba4eae5a 100644 --- a/builtin-check-ref-format.c +++ b/builtin-check-ref-format.c @@ -8,7 +8,7 @@ #include "strbuf.h" static const char builtin_check_ref_format_usage[] = -"git check-ref-format [--print] \n" +"git check-ref-format \n" " or: git check-ref-format --branch "; int cmd_check_ref_format(int argc, const char **argv, const char *prefix) -- 2.11.4.GIT