Skip to content

Commit

Permalink
Update Usage/README for previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Dec 31, 2017
1 parent e11fd24 commit 5ae13dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ npm install -g markdownlint-cli
```bash
$ markdownlint --help

Usage: markdownlint [options] <files>
Usage: markdownlint [options] <files|directories|globs>

MarkdownLint Command Line Interface

Expand Down Expand Up @@ -49,6 +49,7 @@ CLI argument `--config` is not mandatory. If it is not provided, `markdownlint-c
## Related

- [markdownlint][markdownlint] - API for this module
- [glob][glob] - Pattern matching implementation

## License

Expand All @@ -66,3 +67,4 @@ MIT © Igor Shubovych
[style-folder]: https://github.com/DavidAnson/markdownlint/tree/master/style
[test-config]: https://github.com/igorshubovych/markdownlint-cli/blob/master/test/test-config.json
[rc-standards]: https://www.npmjs.com/package/rc#standards
[glob]: https://github.com/isaacs/node-glob
2 changes: 1 addition & 1 deletion markdownlint.js
Expand Up @@ -91,7 +91,7 @@ function hasResultErrors(lintResult) {
program
.version(pkg.version)
.description(pkg.description)
.usage('[options] <files>')
.usage('[options] <files|directories|globs>')
.option('-c, --config [configFile]', 'Configuration file');

program.parse(process.argv);
Expand Down

0 comments on commit 5ae13dc

Please sign in to comment.