浏览代码

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

Add missing quote mark and fix grammar in inspect docs
Vincent Demeester 8 年之前
父节点
当前提交
d77269a802
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/commandline/inspect.md

+ 1 - 1
docs/reference/commandline/inspect.md

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