From b0b7c56aa359ecee8a44dc0adc9795065334c64d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 23 Dec 2012 11:34:28 -0800 Subject: [PATCH] More accurate commenting/documentation on the command helpers --- lib/vagrant/plugin/v2/command.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vagrant/plugin/v2/command.rb b/lib/vagrant/plugin/v2/command.rb index e4836c53c..353bca5f0 100644 --- a/lib/vagrant/plugin/v2/command.rb +++ b/lib/vagrant/plugin/v2/command.rb @@ -62,6 +62,8 @@ module Vagrant # # @param [String] name The name of the VM. Nil if every VM. # @param [Hash] options Additional tweakable settings. + # @option options [Boolean] :reverse If true, the resulting order + # of machines is reversed. # @option options [Boolean] :single_target If true, then an # exception will be raised if more than one target is found. def with_target_vms(names=nil, options=nil)