Skip to content

Commit

Permalink
check-ref-format -h: it does not know the --print option yet
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Nov 11, 2009
1 parent d629c40 commit 9deec58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-check-ref-format.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9deec58

Please sign in to comment.