summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-22 20:27:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-12-22 20:27:08 (GMT)
commita558344c11014f4641d1f15a7089b2b3121441cb (patch)
tree9a68b065a5902d827a7ddbddab1b20318851194e /builtin
parent08884f57f3a477328c5d9d7b7fb738e3bace33c7 (diff)
parentb799a696b221ff72d25cc06ac9fd7535ff08fc88 (diff)
downloadgit-a558344c11014f4641d1f15a7089b2b3121441cb.zip
git-a558344c11014f4641d1f15a7089b2b3121441cb.tar.gz
git-a558344c11014f4641d1f15a7089b2b3121441cb.tar.bz2
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')
-rw-r--r--builtin/for-each-ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/for-each-ref.c b/builtin/for-each-ref.c
index 603a90e..f3ce004 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", &quote_style,
N_("quote placeholders suitably for python"), QUOTE_PYTHON),
OPT_BIT(0 , "tcl", &quote_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")),