We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203f7df commit e5bd887Copy full SHA for e5bd887
src/ansiblelint/generate_docs.py
@@ -136,7 +136,7 @@ def profiles_as_md(header: bool = False) -> str:
136
you want to use. These profiles stack on top of each other, allowing you to
137
gradually raise the quality bar.
138
139
-To run it with the most strict profile just type `ansible-lint -P production`.
+To run it with the most strict profile just type `ansible-lint --profile=production`.
140
141
If you want to consult the list of rules from each profile, type
142
`ansible-lint -P`. For your convenience, we also list the same output below.
0 commit comments