Add subcommand docstring to powershell

This commit is contained in:
Brian Cain 2018-09-05 12:56:17 -07:00
parent d6e43d3197
commit b1a0fa628f
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 3 additions and 0 deletions

View File

@ -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 ""