commands/cap: better help
This commit is contained in:
parent
99d29f17fa
commit
0b2d60ac39
|
@ -14,6 +14,13 @@ module VagrantPlugins
|
||||||
opts = OptionParser.new do |o|
|
opts = OptionParser.new do |o|
|
||||||
o.banner = "Usage: vagrant cap [options] TYPE NAME [args]"
|
o.banner = "Usage: vagrant cap [options] TYPE NAME [args]"
|
||||||
o.separator ""
|
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 "Options:"
|
||||||
o.separator ""
|
o.separator ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue