diff --git a/docs/_includes/generated-docs/help-lint.md b/docs/_includes/generated-docs/help-lint.md index 503c34c326bc..0191319bd1d3 100644 --- a/docs/_includes/generated-docs/help-lint.md +++ b/docs/_includes/generated-docs/help-lint.md @@ -29,7 +29,7 @@ Options: checked and the configuration. --locale Set language locales. i.e. "en,fr" for English and French, or "en-GB" for British English. - --language-id Force programming language for unknown + --language-id Force programming language for unknown extensions. i.e. "php" or "scala" --words-only Only output the words not found in the dictionaries. @@ -72,7 +72,6 @@ Options: --gitignore-root Prevent searching for .gitignore files past root. --validate-directives Validate in-document CSpell directives. - --no-validate-directives Do not validate in-document CSpell directives. --no-color Turn off color. --color Force color. --no-default-configuration Do not load the default configuration and diff --git a/packages/cspell/README.md b/packages/cspell/README.md index e0f60c60d4d4..e1cd511daccf 100644 --- a/packages/cspell/README.md +++ b/packages/cspell/README.md @@ -138,7 +138,7 @@ Options: checked and the configuration. --locale Set language locales. i.e. "en,fr" for English and French, or "en-GB" for British English. - --language-id Force programming language for unknown + --language-id Force programming language for unknown extensions. i.e. "php" or "scala" --words-only Only output the words not found in the dictionaries. @@ -181,7 +181,6 @@ Options: --gitignore-root Prevent searching for .gitignore files past root. --validate-directives Validate in-document CSpell directives. - --no-validate-directives Do not validate in-document CSpell directives. --no-color Turn off color. --color Force color. --no-default-configuration Do not load the default configuration and diff --git a/packages/cspell/static/help-lint.txt b/packages/cspell/static/help-lint.txt index 7eb33ab4280a..1c12cead2853 100644 --- a/packages/cspell/static/help-lint.txt +++ b/packages/cspell/static/help-lint.txt @@ -26,7 +26,7 @@ Options: checked and the configuration. --locale Set language locales. i.e. "en,fr" for English and French, or "en-GB" for British English. - --language-id Force programming language for unknown + --language-id Force programming language for unknown extensions. i.e. "php" or "scala" --words-only Only output the words not found in the dictionaries. @@ -69,7 +69,6 @@ Options: --gitignore-root Prevent searching for .gitignore files past root. --validate-directives Validate in-document CSpell directives. - --no-validate-directives Do not validate in-document CSpell directives. --no-color Turn off color. --color Force color. --no-default-configuration Do not load the default configuration and