Skip to content

Commit 9deec58

Browse files
committed
check-ref-format -h: it does not know the --print option yet
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d629c40 commit 9deec58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-check-ref-format.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "strbuf.h"
99

1010
static const char builtin_check_ref_format_usage[] =
11-
"git check-ref-format [--print] <refname>\n"
11+
"git check-ref-format <refname>\n"
1212
" or: git check-ref-format --branch <branchname-shorthand>";
1313

1414
int cmd_check_ref_format(int argc, const char **argv, const char *prefix)

0 commit comments

Comments
 (0)