mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
fix the man page and zsh completion for docker images
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp> Upstream-commit: f3d9214d0b42788cfda5104e2a223e968e5a7e82 Component: engine
This commit is contained in:
@@ -1701,7 +1701,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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user