From b1a0fa628f47f704a582534a0ce670b8ce70cdab Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 5 Sep 2018 12:56:17 -0700 Subject: [PATCH] Add subcommand docstring to powershell --- plugins/commands/powershell/command.rb | 3 +++ 1 file changed, 3 insertions(+) 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 ""