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:
commit
d77269a802
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue