1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

Add missing options -t and -v to images subcommand doc

Docker-DCO-1.1-Signed-off-by: Ken ICHIKAWA <ichikawa.ken@jp.fujitsu.com> (github: ichik1)
Upstream-commit: fb3a8f17c3
Component: cli
This commit is contained in:
Ken ICHIKAWA
2014-03-13 15:19:42 +09:00
committed by Tibor Vass
parent e884a45d8d
commit 6b2c58a6bf

View File

@@ -608,8 +608,8 @@ To see how the ``docker:latest`` image was built:
-a, --all=false: Show all images (by default filter out the intermediate images used to build)
--no-trunc=false: Don't truncate output
-q, --quiet=false: Only show numeric IDs
--tree=false: Output graph in tree format
--viz=false: Output graph in graphviz format
-t, --tree=false: Output graph in tree format
-v, --viz=false: Output graph in graphviz format
Listing the most recently created images
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~