Skip to content

Commit

Permalink
Merge pull request #7763 from prathamesh-sonpatki/doc-for-fail-fast
Browse files Browse the repository at this point in the history
Update docs for --fail-fast option in Basic Usage doc
  • Loading branch information
koic committed Feb 26, 2020
2 parents 7cce1fe + 50b8e47 commit 2a81e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/basic_usage.md
Expand Up @@ -123,7 +123,7 @@ Command flag | Description
` --exclude-limit` | Limit how many individual files `--auto-gen-config` can list in `Exclude` parameters, default is 15.
`-E/--extra-details` | Displays extra details in offense messages.
`-f/--format` | Choose a formatter, see [Formatters](formatters.md).
`-F/--fail-fast` | Inspects in modification time order and stops after first file with offenses.
`-F/--fail-fast` | Inspect files in order of modification time and stops after first file with offenses.
` --fail-level` | Minimum [severity](configuration.md#severity) for exit with error code. Full severity name or upper case initial can be given. Normally, auto-corrected offenses are ignored. Use `A` or `autocorrect` if you'd like them to trigger failure.
` --force-exclusion` | Force excluding files specified in the configuration `Exclude` even if they are explicitly passed as arguments.
`-h/--help` | Print usage information.
Expand Down

0 comments on commit 2a81e44

Please sign in to comment.