From d0ddf91539c4d9b0618e15087c395452dd97a58a Mon Sep 17 00:00:00 2001 From: Silvin Lubecki Date: Mon, 2 Jul 2018 14:21:10 +0200 Subject: [PATCH] Fixing issue #1167 "Format example typo" Signed-off-by: Silvin Lubecki --- man/src/image/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/src/image/history.md b/man/src/image/history.md index cef058e50e..8c10e997c2 100644 --- a/man/src/image/history.md +++ b/man/src/image/history.md @@ -41,7 +41,7 @@ The following example uses a template without headers and outputs the `ID` and `CreatedSince` entries separated by a colon for all images: ```bash -$ docker images --format "{{.ID}}: {{.Created}} ago" +$ docker images --format "{{.ID}}: {{.CreatedSince}} ago" cc1b61406712: 2 weeks ago : 2 weeks ago