mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-08 16:26:25 -04:00
Add subcommand docstring to powershell
This commit is contained in:
parent
d6e43d3197
commit
b1a0fa628f
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ module VagrantPlugins
|
|||
opts = OptionParser.new do |o|
|
||||
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 ""
|
||||
o.separator "Options:"
|
||||
o.separator ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue