From f6f784b72ba6b8081841b19a79357b58d38afcab Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 Oct 2014 09:53:55 -0700 Subject: [PATCH] website/docs: update docs for powershell-args --- website/docs/source/v2/provisioning/shell.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/source/v2/provisioning/shell.html.md b/website/docs/source/v2/provisioning/shell.html.md index db782aff9..ffc9580c7 100644 --- a/website/docs/source/v2/provisioning/shell.html.md +++ b/website/docs/source/v2/provisioning/shell.html.md @@ -59,6 +59,9 @@ The remainder of the available options are optional: true, Vagrant will not do this, allowing the native colors from the script to be outputted. +* `powershell_args` (string) - Extra arguments to pass to `PowerShell` + if you're provisioning with PowerShell on Windows. + ## Inline Scripts