diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-10 20:45:23 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-10 20:45:23 -0800 |
commit | 9deec58ad842fe9f2a2a221952e1eb351d3637e9 (patch) | |
tree | 0671ff87279b40a57aee8a2c88c9045dc36f4da9 | |
parent | merge: do not setup worktree twice (diff) | |
download | tgif-9deec58ad842fe9f2a2a221952e1eb351d3637e9.tar.xz |
check-ref-format -h: it does not know the --print option yet
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | builtin-check-ref-format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-check-ref-format.c b/builtin-check-ref-format.c index 96382e3447..a5ba4eae5a 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] <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) |