From 21b99bff94e90b98f75d04e470eb1dc9b8fa4530 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Mon, 2 Jul 2018 13:26:46 -0500 Subject: [PATCH] Fix 'ansible-doc' command in action plugin docs (#42206) --- docs/docsite/rst/plugins/action.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/plugins/action.rst b/docs/docsite/rst/plugins/action.rst index 3e7a326ff13..ac266c072d1 100644 --- a/docs/docsite/rst/plugins/action.rst +++ b/docs/docsite/rst/plugins/action.rst @@ -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 `` 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 `` to see specific documentation and examples. .. seealso::