Skip to content

Commit

Permalink
Update command-line-interface.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darkred committed Nov 12, 2021
1 parent 38e66af commit d01ad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/command-line-interface.md
Expand Up @@ -474,7 +474,7 @@ This option causes ESLint to exit with exit code 2 if one or more fatal parsing
#### `--debug`

This option outputs debugging information to the console. This information is useful when you're seeing a problem and having a hard time pinpointing it. The ESLint team may ask for this debugging information to help solve bugs.
Add this flag to an ESLint command line invocation in order to get extra debug information as the command is run (e.g. `eslint --debug test.js` and `eslint test.js --debug` are both equivalent)
Add this flag to an ESLint command line invocation in order to get extra debug information as the command is run (e.g. `eslint --debug test.js` and `eslint test.js --debug` are equivalent)

#### `-h`, `--help`

Expand Down

0 comments on commit d01ad38

Please sign in to comment.