Browse Source

fix the man page and zsh completion for `docker images`

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Akihiro Suda 9 years ago
parent
commit
f3d9214d0b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      contrib/completion/zsh/_docker
  2. 1 1
      man/docker-images.1.md

+ 1 - 1
contrib/completion/zsh/_docker

@@ -1701,7 +1701,7 @@ __docker_subcommand() {
                 "($help -a --all)"{-a,--all}"[Show all images]" \
                 "($help -a --all)"{-a,--all}"[Show all images]" \
                 "($help)--digests[Show digests]" \
                 "($help)--digests[Show digests]" \
                 "($help)*"{-f=,--filter=}"[Filter values]:filter:->filter-options" \
                 "($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)--no-trunc[Do not truncate output]" \
                 "($help -q --quiet)"{-q,--quiet}"[Only show numeric IDs]" \
                 "($help -q --quiet)"{-q,--quiet}"[Only show numeric IDs]" \
                 "($help -): :__docker_repositories" && ret=0
                 "($help -): :__docker_repositories" && ret=0

+ 1 - 1
man/docker-images.1.md

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