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