Skip to content

Commit b799a69

Browse files
ralfthgitster
authored andcommitted
for-each-ref: correct spelling of Tcl in option description
Tcl is conventionally spelled "Tcl". The description of option "--tcl", however, spells it "tcl". Let's follow the convention. Reported-by: Hartmut Henkel <hartmut_henkel@gmx.de> Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7fa1365 commit b799a69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/for-each-ref.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ int cmd_for_each_ref(int argc, const char **argv, const char *prefix)
10691069
OPT_BIT(0 , "python", &quote_style,
10701070
N_("quote placeholders suitably for python"), QUOTE_PYTHON),
10711071
OPT_BIT(0 , "tcl", &quote_style,
1072-
N_("quote placeholders suitably for tcl"), QUOTE_TCL),
1072+
N_("quote placeholders suitably for Tcl"), QUOTE_TCL),
10731073

10741074
OPT_GROUP(""),
10751075
OPT_INTEGER( 0 , "count", &maxcount, N_("show only <n> matched refs")),

0 commit comments

Comments
 (0)