diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:27:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:27:08 -0800 |
commit | a558344c11014f4641d1f15a7089b2b3121441cb (patch) | |
tree | 9a68b065a5902d827a7ddbddab1b20318851194e /builtin/for-each-ref.c | |
parent | Merge branch 'rj/t0050-passes' (diff) | |
parent | for-each-ref: correct spelling of Tcl in option description (diff) | |
download | tgif-a558344c11014f4641d1f15a7089b2b3121441cb.tar.xz |
Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'
* rt/for-each-ref-spell-tcl-as-Tcl:
for-each-ref: correct spelling of Tcl in option description
Diffstat (limited to 'builtin/for-each-ref.c')
-rw-r--r-- | builtin/for-each-ref.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/for-each-ref.c b/builtin/for-each-ref.c index 603a90e29b..f3ce004d53 100644 --- a/builtin/for-each-ref.c +++ b/builtin/for-each-ref.c @@ -1075,7 +1075,7 @@ int cmd_for_each_ref(int argc, const char **argv, const char *prefix) OPT_BIT(0 , "python", "e_style, N_("quote placeholders suitably for python"), QUOTE_PYTHON), OPT_BIT(0 , "tcl", "e_style, - N_("quote placeholders suitably for tcl"), QUOTE_TCL), + N_("quote placeholders suitably for Tcl"), QUOTE_TCL), OPT_GROUP(""), OPT_INTEGER( 0 , "count", &maxcount, N_("show only <n> matched refs")), |