plugins/commands/box/command/add.rb in vagrant-unbundled-1.9.5.1 vs plugins/commands/box/command/add.rb in vagrant-unbundled-1.9.7.1

- old
+ new

@@ -38,10 +38,10 @@ o.on("--box-version VERSION", String, "Constrain version of the added box") do |v| options[:version] = v end o.separator "" - o.separator "The box descriptor can be the name of a box on HashiCorp's Atlas," + o.separator "The box descriptor can be the name of a box on HashiCorp's Vagrant Cloud," o.separator "or a URL, or a local .box file, or a local .json file containing" o.separator "the catalog metadata." o.separator "" o.separator "The options below only apply if you're adding a box file directly," o.separator "and not using a Vagrant server or a box structured like 'user/box':"