ssh-config -h shows help [GH-793]
This commit is contained in:
parent
b38083fb9b
commit
07fa6d5dc4
|
@ -15,6 +15,8 @@
|
|||
- The `--no-provision` and `--provision-with` flags are available to
|
||||
`vagrant reload` now.
|
||||
- `:openbsd` guest which supports only halting at the moment. [GH-773]
|
||||
- `ssh-config -h` now shows help, instead of assuming a host is being
|
||||
specified. For host, you can still use `--host`. [GH-793]
|
||||
|
||||
## 1.0.0 (March 6, 2012)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ module Vagrant
|
|||
|
||||
opts.separator ""
|
||||
|
||||
opts.on("-h", "--host COMMAND", "Name the host for the config..") do |h|
|
||||
opts.on("--host COMMAND", "Name the host for the config..") do |h|
|
||||
options[:host] = h
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue