From e63dc93f56842bf711f71dc6b51f9e42b80df4b5 Mon Sep 17 00:00:00 2001 From: Sally O'Malley Date: Tue, 18 Aug 2015 07:47:54 -0400 Subject: [PATCH] typo man-inspect Signed-off-by: Sally O'Malley Upstream-commit: df11b10680f12969c5f0dc98fdee3bccf64f1f2b Component: engine --- components/engine/man/docker-inspect.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/engine/man/docker-inspect.1.md b/components/engine/man/docker-inspect.1.md index d423431944..5aaa1ca83a 100644 --- a/components/engine/man/docker-inspect.1.md +++ b/components/engine/man/docker-inspect.1.md @@ -23,7 +23,7 @@ each result. Print usage statement **-f**, **--format**="" - Format the output using the given go template. + Format the output using the given Go template. **--type**=*container*|*image* Return JSON for specified type, permissible values are "image" or "container" @@ -201,8 +201,8 @@ output: {{$p}} -> {{(index $conf 0).HostPort}} {{end}}' d2cc496561d6 80/tcp -> 80 -You can get more information about how to write a go template from: -http://golang.org/pkg/text/template/. +You can get more information about how to write a Go template from: +https://golang.org/pkg/text/template/. ## Getting information on an image