diff --git a/docs/modules/ROOT/pages/usage/basic_usage.adoc b/docs/modules/ROOT/pages/usage/basic_usage.adoc index 90178c49b41..bfbcd391516 100644 --- a/docs/modules/ROOT/pages/usage/basic_usage.adoc +++ b/docs/modules/ROOT/pages/usage/basic_usage.adoc @@ -121,6 +121,14 @@ For more details check the available command-line options: $ rubocop -h ---- +To specify multiple cops for one flag, separate cops with commas and no spaces: + +[source,sh] +---- +$ rubocop --only Rails/Blank,Layout/HeredocIndentation,Naming/FileName +---- + + |=== | Command flag | Description