1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #28652 from gjtempleton/Fix-Inspect-docs

Add missing quote mark and fix grammar in inspect docs
This commit is contained in:
Vincent Demeester 2016-11-21 11:02:21 +01:00 committed by GitHub
commit d77269a802

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)
```