Merge pull request #26270 from AkihiroSuda/fix-typo-docker-images

[nit] fix the man page and zsh completion for `docker images`
This commit is contained in:
Vincent Demeester 2016-09-20 15:56:23 +02:00 committed by GitHub
commit be9e3f59e6
2 changed files with 2 additions and 2 deletions

View File

@ -1704,7 +1704,7 @@ __docker_subcommand() {
"($help -a --all)"{-a,--all}"[Show all images]" \
"($help)--digests[Show digests]" \
"($help)*"{-f=,--filter=}"[Filter values]:filter:->filter-options" \
"($help)--format[Pretty-print containers using a Go template]:template: " \
"($help)--format[Pretty-print images using a Go template]:template: " \
"($help)--no-trunc[Do not truncate output]" \
"($help -q --quiet)"{-q,--quiet}"[Only show numeric IDs]" \
"($help -): :__docker_repositories" && ret=0

View File

@ -45,7 +45,7 @@ versions.
- since=(<image-name>[:tag]|<image-id>|<image@digest>)
**--format**="*TEMPLATE*"
Pretty-print containers using a Go template.
Pretty-print images using a Go template.
Valid placeholders:
.ID - Image ID
.Repository - Image repository