Fixup docs and website wording for command

This commit is contained in:
Brian Cain 2018-09-05 13:26:22 -07:00
parent b1a0fa628f
commit c3c65a3793
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
2 changed files with 6 additions and 5 deletions

View File

@ -17,8 +17,8 @@ module VagrantPlugins
o.banner = "Usage: vagrant powershell [-- extra powershell args]" o.banner = "Usage: vagrant powershell [-- extra powershell args]"
o.separator "" o.separator ""
o.separator "Opens a remote PowerShell session to the machine if it" o.separator "Opens a PowerShell session on the host to the guest"
o.separator "supports powershell remoting." o.separator "machine if both support powershell remoting."
o.separator "" o.separator ""
o.separator "Options:" o.separator "Options:"
o.separator "" o.separator ""

View File

@ -11,10 +11,11 @@ description: |-
**Command: `vagrant powershell`** **Command: `vagrant powershell`**
This will open a PowerShell prompt into a running Vagrant machine. This will open a PowerShell prompt on the host into a running Vagrant guest machine.
This command will only work if the machine supports PowerShell. Not every This command will only work if the machines supports PowerShell. Not every
environment will support PowerShell. environment will support PowerShell. At the moment, only Windows is supported
with this command.
## Options ## Options