`vagrant --help` now works for Ruby 1.8.7 [GH-599]
This commit is contained in:
parent
6a191f968c
commit
ee389c33f7
|
@ -54,7 +54,7 @@ module Vagrant
|
|||
# Add the available subcommands as separators in order to print them
|
||||
# out as well.
|
||||
keys = []
|
||||
Vagrant.commands.each { |key, value| keys << key }
|
||||
Vagrant.commands.each { |key, value| keys << key.to_s }
|
||||
|
||||
keys.sort.each do |key|
|
||||
opts.separator " #{key}"
|
||||
|
|
Loading…
Reference in New Issue