From e2da4dd537f2e95bcb03facdf2eb6e69cc950024 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 13 Dec 2013 21:21:46 -0200 Subject: [PATCH] Update usage.md --- docs/usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index c393f05..44f03ad 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -66,7 +66,7 @@ on your current project directory. ## Finding out disk space used by buckets -At some point there'll be a `vagrant cache stats` command that will give you that +At some point we might implement a `vagrant cache stats` command that will give you that information, but while that does not get implemented you can run the code below if you are on a Linux machine: @@ -86,7 +86,7 @@ $ du -h -d0 .vagrant/machines/*/cache ## Cleaning up cache buckets -At some point there'll be a `vagrant cache clean [bucket-name]` command that will +At some point we might implement a `vagrant cache clean [bucket-name]` command that will take care of things for you, but while that does not get implemented you can run the code below if you are on a Linux machine: