diff --git a/plugins/commands/cap/command.rb b/plugins/commands/cap/command.rb index 0c2d04e86..43a80cfb5 100644 --- a/plugins/commands/cap/command.rb +++ b/plugins/commands/cap/command.rb @@ -14,6 +14,13 @@ module VagrantPlugins opts = OptionParser.new do |o| o.banner = "Usage: vagrant cap [options] TYPE NAME [args]" o.separator "" + o.separator "This is an advanced command. If you don't know what this" + o.separator "does and you aren't explicitly trying to use it, you probably" + o.separator "don't want to use this." + o.separator "" + o.separator "This command checks or executes arbitrary capabilities that" + o.separator "Vagrant has for hosts, guests, and providers." + o.separator "" o.separator "Options:" o.separator ""