Skip to content

Commit

Permalink
Fix sentence in usage.rst (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
joren485 committed Feb 14, 2021
1 parent 4a1b96c commit ca07850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.rst
Expand Up @@ -62,7 +62,7 @@ When you call ansible-lint without arguments the tool will use its internal
heuristics to determine file types.

``ansible-lint`` also accepts a list of **roles** or **playbooks** as
arguments. The following command would linting ``playbook.yml`` and
arguments. The following command lints ``examples/play.yml`` and
``examples/roles/bobbins`` role:

.. command-output:: ansible-lint -p examples/play.yml examples/roles/bobbins
Expand Down

0 comments on commit ca07850

Please sign in to comment.