mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
providers/docker: clearer options on docker-logs
This commit is contained in:
parent
013fc729a5
commit
ca5651a0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue