From 4f206ccf354cde5016bc220fff2ee3887072ae58 Mon Sep 17 00:00:00 2001 From: Krzysztof Rybka Date: Sun, 19 Apr 2020 23:38:05 +0200 Subject: [PATCH] Fix the command flags table --- manual/basic_usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/basic_usage.md b/manual/basic_usage.md index 3df1fbdd2f0..004b14d614d 100644 --- a/manual/basic_usage.md +++ b/manual/basic_usage.md @@ -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.