Fix 'ansible-doc' command in action plugin docs (#42206)

This commit is contained in:
Andrew Gaffney
2018-07-02 13:26:46 -05:00
committed by GitHub
parent 1eea5674ba
commit 21b99bff94

View File

@@ -27,8 +27,8 @@ Action plugin are executed by default when an associated module is used; no acti
Plugin List
-----------
You can use ``ansible-doc -t cache -l`` to see the list of available plugins.
Use ``ansible-doc -t cache <plugin name>`` to see specific documentation and examples.
You can use ``ansible-doc -t action -l`` to see the list of available plugins.
Use ``ansible-doc -t action <plugin name>`` to see specific documentation and examples.
.. seealso::