@@ -159,8 +159,8 @@ Options:
159159 -u, --unique Only output the first instance of a word not
160160 found in the dictionaries.
161161 -e, --exclude <glob> Exclude files matching the glob pattern. This
162- option can be used multiple times to add
163- multiple globs.
162+ option can be used multiple times to add multiple
163+ globs.
164164 --file-list <path or stdin> Specify a list of files to be spell checked. The
165165 list is filtered against the glob file patterns.
166166 Note: the format is 1 file path per line.
@@ -193,8 +193,7 @@ Options:
193193 --gitignore Ignore files matching glob patterns found in
194194 .gitignore files.
195195 --no-gitignore Do NOT use .gitignore files.
196- --gitignore-root <path> Prevent searching for .gitignore files past
197- root.
196+ --gitignore-root <path> Prevent searching for .gitignore files past root.
198197 --validate-directives Validate in-document CSpell directives.
199198 --color Force color.
200199 --no-color Turn off color.
@@ -248,8 +247,8 @@ Trace words -- Search for words in the configuration and dictionaries.
248247Options:
249248 -c, --config <cspell.json> Configuration file to use. By default cspell
250249 looks for cspell.json in the current directory.
251- --locale <locale> Set language locales. i.e. "en,fr" for English
252- and French, or "en-GB" for British English.
250+ --locale <locale> Set language locales. i.e. "en,fr" for English and
251+ French, or "en-GB" for British English.
253252 --language-id <language> Use programming language. i.e. "php" or "scala".
254253 --allow-compound-words Turn on allowCompoundWords
255254 --no-allow-compound-words Turn off allowCompoundWords
@@ -280,8 +279,7 @@ Options:
280279` ` `
281280Usage: cspell check [options] <files...>
282281
283- Spell check file(s) and display the result. The full file is displayed in
284- color.
282+ Spell check file(s) and display the result. The full file is displayed in color.
285283
286284Options:
287285 -c, --config <cspell.json> Configuration file to use. By default cspell
0 commit comments