diff --git a/plugins/commands/powershell/command.rb b/plugins/commands/powershell/command.rb index 54bd74962..c10edbd82 100644 --- a/plugins/commands/powershell/command.rb +++ b/plugins/commands/powershell/command.rb @@ -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 ""