Skip to content

Commit

Permalink
Correct example of selecting profile from cli (#2380)
Browse files Browse the repository at this point in the history
Fixes: #2266
  • Loading branch information
ssbarnea authored Sep 1, 2022
1 parent 203f7df commit e5bd887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def profiles_as_md(header: bool = False) -> str:
you want to use. These profiles stack on top of each other, allowing you to
gradually raise the quality bar.
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`.
If you want to consult the list of rules from each profile, type
`ansible-lint -P`. For your convenience, we also list the same output below.
Expand Down

0 comments on commit e5bd887

Please sign in to comment.