소스 검색

Add missing quote mark and fix grammar in inspect docs

Signed-off-by: GuyTempleton <Guy.Templeton@skyscanner.net>
GuyTempleton 8 년 전
부모
커밋
1d7418f212
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)
 ```