Update flag from used to active

This commit is contained in:
Brian Cain 2019-09-05 15:46:43 -07:00
parent e19f54457d
commit 5210e9d82b
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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