Skip to content

Commit

Permalink
Merge pull request #7892 from krzysiek1507/patch-1
Browse files Browse the repository at this point in the history
Fix the command flags table
  • Loading branch information
koic committed Apr 19, 2020
2 parents 3c0e5b5 + 4f206cc commit 5460e10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manual/basic_usage.md
Expand Up @@ -116,11 +116,11 @@ Command flag | Description
`-c/--config` | Run with specified config file.
`-C/--cache` | Store and reuse results for faster operation.
`-d/--debug` | Displays some extra debug output.
--disable-pending-cops | Run without pending cops.
` --disable-pending-cops` | Run without pending cops.
` --disable-uncorrectable` | Used with --auto-correct to annotate any offenses that do not support autocorrect with `rubocop:todo` comments.
`-D/--[no-]display-cop-names` | Displays cop names in offense messages. Default is true.
` --display-only-fail-level-offenses` | Only output offense messages at the specified `--fail-level` or above
--enable-pending-cops | Run with pending cops.
` --enable-pending-cops` | Run with pending cops.
` --except` | Run all cops enabled by configuration except the specified cop(s) and/or departments.
` --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.
Expand Down

0 comments on commit 5460e10

Please sign in to comment.