Add missing quote mark and fix grammar in inspect docs

Signed-off-by: GuyTempleton <Guy.Templeton@skyscanner.net>
This commit is contained in:
GuyTempleton 2016-11-21 09:04:29 +00:00
parent 6a0ce4924f
commit 1d7418f212

View file

@ -15,7 +15,7 @@ Return low-level information on a container, image or task
-f, --format Format the output using the given go template
--help Print usage
-s, --size Display total file sizes if the type is container
values are "image" or "container" or "task
values are "image" or "container" or "task"
--type Return JSON for specified type, (e.g image, container or task)
```