diff --git a/lib/vagrant-hostmanager/command.rb b/lib/vagrant-hostmanager/command.rb index 535e0d9..a23a91b 100644 --- a/lib/vagrant-hostmanager/command.rb +++ b/lib/vagrant-hostmanager/command.rb @@ -3,6 +3,11 @@ module VagrantPlugins class Command < Vagrant.plugin('2', :command) include HostsFile + # Show description when `vagrant list-commands` is triggered + def self.synopsis + "manages the /etc/hosts file within a multi-machine environment" + end + def execute options = {} opts = OptionParser.new do |o|