From 321409824636024e00d4ec09d1b0d580d050f2c1 Mon Sep 17 00:00:00 2001 From: Seth Reeser Date: Mon, 27 Jul 2015 10:08:25 -0400 Subject: [PATCH] Be a bit more specific. --- lib/vagrant-hostmanager/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-hostmanager/command.rb b/lib/vagrant-hostmanager/command.rb index 5d320c3..95dbd8a 100644 --- a/lib/vagrant-hostmanager/command.rb +++ b/lib/vagrant-hostmanager/command.rb @@ -4,7 +4,7 @@ module VagrantPlugins # Show description when `vagrant list-commands` is triggered def self.synopsis - "manages the /etc/hosts file within a multi-machine environment" + "plugin: vagrant-hostmanager: manages the /etc/hosts file within a multi-machine environment" end def execute