OSDN Git Service

check-ref-format -h: it does not know the --print option yet
authorJunio C Hamano <gitster@pobox.com>
Wed, 11 Nov 2009 04:45:23 +0000 (20:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Nov 2009 04:45:23 +0000 (20:45 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-check-ref-format.c

index 96382e3..a5ba4ea 100644 (file)
@@ -8,7 +8,7 @@
 #include "strbuf.h"
 
 static const char builtin_check_ref_format_usage[] =
-"git check-ref-format [--print] <refname>\n"
+"git check-ref-format <refname>\n"
 "   or: git check-ref-format --branch <branchname-shorthand>";
 
 int cmd_check_ref_format(int argc, const char **argv, const char *prefix)