Skip to content

Commit

Permalink
harmonize style
Browse files Browse the repository at this point in the history
  • Loading branch information
meisam committed Jul 31, 2023
1 parent 52ddb71 commit 414f8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdownlint.js
Expand Up @@ -192,7 +192,7 @@ program
.option('-q, --quiet', 'do not write issues to STDOUT')
.option('-r, --rules [file|directory|glob|package]', 'include custom rule files', concatArray, [])
.option('-s, --stdin', 'read from STDIN (does not work with files)')
.option('-v, --verbose', 'write filenames to STDOUT')
.option('-v, --verbose', 'write file names to STDOUT')
.option('--enable [rules...]', 'Enable certain rules, e.g. --enable MD013 MD041 --')
.option('--disable [rules...]', 'Disable certain rules, e.g. --disable MD013 MD041 --');

Expand Down

0 comments on commit 414f8ac

Please sign in to comment.