lib/vagrant/command/ssh_config.rb in vagrantup-1.0.3 vs lib/vagrant/command/ssh_config.rb in vagrantup-1.0.4

- old
+ new

@@ -9,14 +9,14 @@ def execute options = {} opts = OptionParser.new do |opts| - opts.banner = "Usage: vagrant ssh-config [vm-name] [-h name]" + opts.banner = "Usage: vagrant ssh-config [vm-name] [--host name]" opts.separator "" - opts.on("--host COMMAND", "Name the host for the config..") do |h| + opts.on("--host NAME", "Name the host for the config..") do |h| options[:host] = h end end argv = parse_options(opts)