Skip to content

Commit 8ec8477

Browse files
authored
Merge pull request #275 from vmarkovtsev/master
Change the --languages description
2 parents cee6b8f + f44deef commit 8ec8477

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/plumbing/tree_diff.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ func (treediff *TreeDiff) ListConfigurationOptions() []core.ConfigurationOption
106106
Name: ConfigTreeDiffLanguages,
107107
Description: fmt.Sprintf(
108108
"List of programming languages to analyze. Separated by comma \",\". "+
109-
"Names are at https://doc.bblf.sh/languages.html \"%s\" is the special name "+
110-
"which disables this filter and lets all the files through.", allLanguages),
109+
"The names are the keys in https://github.com/github/linguist/blob/master/lib/linguist/languages.yml "+
110+
"\"%s\" is the special name which disables this filter and lets all the files through.",
111+
allLanguages),
111112
Flag: "languages",
112113
Type: core.StringsConfigurationOption,
113114
Default: []string{allLanguages}}, {

0 commit comments

Comments
 (0)