Fixup docs and website wording for command
This commit is contained in:
parent
b1a0fa628f
commit
c3c65a3793
|
@ -17,8 +17,8 @@ module VagrantPlugins
|
|||
o.banner = "Usage: vagrant powershell [-- extra powershell args]"
|
||||
|
||||
o.separator ""
|
||||
o.separator "Opens a remote PowerShell session to the machine if it"
|
||||
o.separator "supports powershell remoting."
|
||||
o.separator "Opens a PowerShell session on the host to the guest"
|
||||
o.separator "machine if both support powershell remoting."
|
||||
o.separator ""
|
||||
o.separator "Options:"
|
||||
o.separator ""
|
||||
|
|
|
@ -11,10 +11,11 @@ description: |-
|
|||
|
||||
**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
|
||||
environment will support PowerShell.
|
||||
This command will only work if the machines supports PowerShell. Not every
|
||||
environment will support PowerShell. At the moment, only Windows is supported
|
||||
with this command.
|
||||
|
||||
## Options
|
||||
|
||||
|
|
Loading…
Reference in New Issue