diff --git a/plugins/commands/push/command.rb b/plugins/commands/push/command.rb index 5fde89175..d04e296fb 100644 --- a/plugins/commands/push/command.rb +++ b/plugins/commands/push/command.rb @@ -7,6 +7,7 @@ module VagrantPlugins "deploys code in this environment to a configured destination" end + # @todo support multiple strategies if requested by the community def execute opts = OptionParser.new do |o| o.banner = "Usage: vagrant push [strategy] [options]"