Skip to content

Commit

Permalink
Merge pull request #12 from vStone/feature/respond_to_-v
Browse files Browse the repository at this point in the history
Respond to "vagrant hostmanager -v" and display our version
  • Loading branch information
smdahlen committed May 7, 2013
2 parents c98ddd3 + b676614 commit 51dfbe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/vagrant-hostmanager/command.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ def execute
opts = OptionParser.new do |o|
o.banner = 'Usage: vagrant hostmanager [vm-name]'
o.separator ''
o.version = VagrantPlugins::HostManager::VERSION
o.program_name = 'vagrant hostmanager'

o.on('--provider provider', String,
'Update machines with the specific provider.') do |provider|
Expand Down

0 comments on commit 51dfbe4

Please sign in to comment.