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.
This commit is contained in:
Derrick Miller 2019-09-06 07:04:36 -04:00 committed by Usha Mandya
parent 83ad9157d6
commit 5e57657167
1 changed files with 2 additions and 2 deletions

View File

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