Merge pull request #9856 from Aga303/global_status_informs_about_prune
global status informs about --prune
This commit is contained in:
commit
e9f9853b6a
|
@ -182,9 +182,10 @@ en:
|
|||
global_status_footer: |-
|
||||
The above shows information about all known Vagrant environments
|
||||
on this machine. This data is cached and may not be completely
|
||||
up-to-date. To interact with any of the machines, you can go to
|
||||
that directory and run Vagrant, or you can use the ID directly
|
||||
with Vagrant commands from any directory. For example:
|
||||
up-to-date (use "vagrant global-status --prune" to prune invalid
|
||||
entries). To interact with any of the machines, you can go to that
|
||||
directory and run Vagrant, or you can use the ID directly with
|
||||
Vagrant commands from any directory. For example:
|
||||
"vagrant destroy 1a2b3c4d"
|
||||
global_status_none: |-
|
||||
There are no active Vagrant environments on this computer! Or,
|
||||
|
|
Loading…
Reference in New Issue