зеркало из https://github.com/microsoft/git.git
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
This commit is contained in:
Коммит
a558344c11
|
@ -1075,7 +1075,7 @@ int cmd_for_each_ref(int argc, const char **argv, const char *prefix)
|
||||||
OPT_BIT(0 , "python", "e_style,
|
OPT_BIT(0 , "python", "e_style,
|
||||||
N_("quote placeholders suitably for python"), QUOTE_PYTHON),
|
N_("quote placeholders suitably for python"), QUOTE_PYTHON),
|
||||||
OPT_BIT(0 , "tcl", "e_style,
|
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_GROUP(""),
|
||||||
OPT_INTEGER( 0 , "count", &maxcount, N_("show only <n> matched refs")),
|
OPT_INTEGER( 0 , "count", &maxcount, N_("show only <n> matched refs")),
|
||||||
|
|
Загрузка…
Ссылка в новой задаче