Update flag from used to active
This commit is contained in:
parent
e19f54457d
commit
5210e9d82b
|
@ -31,7 +31,7 @@ module VagrantPlugins
|
|||
options[:force] = f
|
||||
end
|
||||
|
||||
o.on("-k", "--keep-used-boxes", "When combined with `--force`, will keep boxes still in use.") do |k|
|
||||
o.on("-k", "--keep-active-boxes", "When combined with `--force`, will keep boxes still actively in use.") do |k|
|
||||
options[:keep] = k
|
||||
end
|
||||
end
|
||||
|
|
|
@ -142,7 +142,7 @@ This command removes old versions of installed boxes. If the box is currently in
|
|||
|
||||
* `--force` - Destroy without confirmation even when box is in use.
|
||||
|
||||
* `--keep-used-boxes` - When combined with `--force`, will keep boxes still in use.
|
||||
* `--keep-active-boxes` - When combined with `--force`, will keep boxes still actively in use.
|
||||
|
||||
# Box Remove
|
||||
|
||||
|
|
Loading…
Reference in New Issue