More accurate commenting/documentation on the command helpers

This commit is contained in:
Mitchell Hashimoto 2012-12-23 11:34:28 -08:00
parent 9f6b091575
commit b0b7c56aa3
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ module Vagrant
# #
# @param [String] name The name of the VM. Nil if every VM. # @param [String] name The name of the VM. Nil if every VM.
# @param [Hash] options Additional tweakable settings. # @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 # @option options [Boolean] :single_target If true, then an
# exception will be raised if more than one target is found. # exception will be raised if more than one target is found.
def with_target_vms(names=nil, options=nil) def with_target_vms(names=nil, options=nil)