From 1d7418f212c0fc9107c2cbafb1af2b4fc86a6448 Mon Sep 17 00:00:00 2001 From: GuyTempleton Date: Mon, 21 Nov 2016 09:04:29 +0000 Subject: [PATCH] Add missing quote mark and fix grammar in inspect docs Signed-off-by: GuyTempleton --- docs/reference/commandline/inspect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/inspect.md b/docs/reference/commandline/inspect.md index 1ad211c05e..21a39a7b48 100644 --- a/docs/reference/commandline/inspect.md +++ b/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) ```