providers/docker: clearer options on docker-logs

This commit is contained in:
Mitchell Hashimoto 2014-04-29 14:28:10 -07:00
parent 013fc729a5
commit ca5651a0b1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module VagrantPlugins
options[:follow] = f
end
o.on("--[no-]prefix", "Don't prefix output with machine names") do |p|
o.on("--[no-]prefix", "Prefix output with machine names") do |p|
options[:prefix] = p
end
end