From a2810f44a8ba757150d14a34776839151bc2cb57 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Mon, 18 Dec 2017 06:26:04 +1000 Subject: [PATCH] Fixed up windows command quoting example --- docs/docsite/rst/windows_usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/windows_usage.rst b/docs/docsite/rst/windows_usage.rst index f1ae2f19821..e99b38a3646 100644 --- a/docs/docsite/rst/windows_usage.rst +++ b/docs/docsite/rst/windows_usage.rst @@ -300,7 +300,7 @@ With those rules in mind, here are some examples of quoting:: argv[2] = unquoted-end-backslash\ # due to YAML and Ansible parsing '\"' must be written as '{% raw %}\\{% endraw %}"' - - win_command: C:\temp\executable.exe C:\no\space\path "arg with end \ before end quote{% raw %]\\{% endraw %}" + - win_command: C:\temp\executable.exe C:\no\space\path "arg with end \ before end quote{% raw %}\\{% endraw %}" argv[0] = C:\temp\executable.exe argv[1] = C:\no\space\path