From fcfb431362db62d1c2848130ae936d4ccfb3ef2c Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 4 Oct 2013 22:31:43 -0300 Subject: [PATCH] core: Improve RemoveBoxInfo and WriteBoxInfo docs a bit --- lib/vagrant/action/builtin/remove_box_info.rb | 3 ++- lib/vagrant/action/builtin/write_box_info.rb | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/vagrant/action/builtin/remove_box_info.rb b/lib/vagrant/action/builtin/remove_box_info.rb index ebf4761b0..c0a8d8fba 100644 --- a/lib/vagrant/action/builtin/remove_box_info.rb +++ b/lib/vagrant/action/builtin/remove_box_info.rb @@ -3,7 +3,8 @@ require "log4r" module Vagrant module Action module Builtin - # This middleware will persist some extra information about the base box + # This middleware will remove additional information about the base box + # from state file class RemoveBoxInfo def initialize(app, env) @app = app diff --git a/lib/vagrant/action/builtin/write_box_info.rb b/lib/vagrant/action/builtin/write_box_info.rb index a8bcd30aa..e8c55989b 100644 --- a/lib/vagrant/action/builtin/write_box_info.rb +++ b/lib/vagrant/action/builtin/write_box_info.rb @@ -4,6 +4,7 @@ module Vagrant module Action module Builtin # This middleware will persist some extra information about the base box + # on a state file class WriteBoxInfo def initialize(app, env) @app = app