From: Junio C Hamano Date: Wed, 11 Nov 2009 04:45:23 +0000 (-0800) Subject: check-ref-format -h: it does not know the --print option yet X-Git-Tag: v1.6.5.3~21 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9deec58ad842fe9f2a2a221952e1eb351d3637e9;p=git.git check-ref-format -h: it does not know the --print option yet Signed-off-by: Junio C Hamano --- diff --git a/builtin-check-ref-format.c b/builtin-check-ref-format.c index 96382e344..a5ba4eae5 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)