mirror of
https://github.com/git/git.git
synced 2024-11-19 01:44:02 +01:00
check-ref-format -h: it does not know the --print option yet
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d629c40b0b
commit
9deec58ad8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user