Skip to content

Commit e5bd887

Browse files
authored
Correct example of selecting profile from cli (#2380)
Fixes: #2266
1 parent 203f7df commit e5bd887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansiblelint/generate_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def profiles_as_md(header: bool = False) -> str:
136136
you want to use. These profiles stack on top of each other, allowing you to
137137
gradually raise the quality bar.
138138
139-
To run it with the most strict profile just type `ansible-lint -P production`.
139+
To run it with the most strict profile just type `ansible-lint --profile=production`.
140140
141141
If you want to consult the list of rules from each profile, type
142142
`ansible-lint -P`. For your convenience, we also list the same output below.

0 commit comments

Comments
 (0)