plugins/commands/box/command/outdated.rb in vagrant-unbundled-2.3.3.0 vs plugins/commands/box/command/outdated.rb in vagrant-unbundled-2.3.6.0
- old
+ new
@@ -14,10 +14,10 @@
opts = OptionParser.new do |o|
o.banner = "Usage: vagrant box outdated [options]"
o.separator ""
o.separator "Checks if there is a new version available for the box"
- o.separator "that are you are using. If you pass in the --global flag,"
+ o.separator "that you are using. If you pass in the --global flag,"
o.separator "all boxes will be checked for updates."
o.separator ""
o.separator "Options:"
o.separator ""