Skip to content

Commit

Permalink
Merge pull request #138 from linuxmaniac/vseva/fix_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
mpeterv committed Nov 7, 2017
2 parents 8c8cfdb + 69234ac commit f66ea6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsrc/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The output of ``luacheck`` consists of separate reports for each checked file an
``luacheck`` chooses exit code as follows:

* Exit code is ``0`` if no warnings or errors occurred.
* Exit code is ``1`` if some warnings occured but there were no syntax errors or invalid inline options.
* Exit code is ``1`` if some warnings occurred but there were no syntax errors or invalid inline options.
* Exit code is ``2`` if there were some syntax errors or invalid inline options.
* Exit code is ``3`` if some files couldn't be checked, typically due to an incorrect file name.
* Exit code is ``4`` if there was a critical error (invalid CLI arguments, config, or cache file).
Expand Down

0 comments on commit f66ea6e

Please sign in to comment.