From 5e576571670e03f1a9b8676ece2c1e05892bc51e Mon Sep 17 00:00:00 2001 From: Derrick Miller Date: Fri, 6 Sep 2019 07:04:36 -0400 Subject: [PATCH] Add usage command to see cache contents (#9327) To see cache contents the command is `docker assemble backend cache usage` and not `docker assemble backend cache`. Added a missing space between words. --- assemble/adv-backend-manage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assemble/adv-backend-manage.md b/assemble/adv-backend-manage.md index ff05638569..e74bbee113 100644 --- a/assemble/adv-backend-manage.md +++ b/assemble/adv-backend-manage.md @@ -85,6 +85,6 @@ Pulling image «…»: Success Started container "docker-assemble-backend-username" (74476d3fdea7) ``` -For information regarding the current cache contents, run the command `docker assemble backend cache`. +For information regarding the current cache contents, run the command `docker assemble backend cache usage`. -To clean the cache, run`docker assemble backend cache purge`. +To clean the cache, run `docker assemble backend cache purge`.