Skip to content

Commit

Permalink
Docs: Fix message for inline-config option
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto committed Apr 17, 2016
1 parent 2077f5a commit 2ae4938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user-guide/command-line-interface.md
Expand Up @@ -74,7 +74,7 @@ Miscellaneous:
--debug Output debugging information
-h, --help Show help
-v, --version Outputs the version number
--no-inline-config Prevent comments from changing eslint rules -
--no-inline-config Prevent comments from changing config or rules -
default: false
--print-config Print the configuration to be used
```
Expand Down
2 changes: 1 addition & 1 deletion lib/options.js
Expand Up @@ -213,7 +213,7 @@ module.exports = optionator({
option: "inline-config",
type: "Boolean",
default: "true",
description: "Allow comments to change eslint config/rules"
description: "Prevent comments from changing config or rules"
},
{
option: "print-config",
Expand Down

0 comments on commit 2ae4938

Please sign in to comment.