providers/docker: clearer options on docker-logs
This commit is contained in:
parent
013fc729a5
commit
ca5651a0b1
|
@ -21,7 +21,7 @@ module VagrantPlugins
|
||||||
options[:follow] = f
|
options[:follow] = f
|
||||||
end
|
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
|
options[:prefix] = p
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue