From dbeb0f7f682a2130764733ad4c2fa7b5be04ffb2 Mon Sep 17 00:00:00 2001 From: Andrew McDonnell Date: Sun, 19 Feb 2017 13:26:29 +1030 Subject: [PATCH] Fix whitespace error. Signed-off-by: Andrew McDonnell Upstream-commit: 296c803d320fa941d8dd0dc5dc73b683486b6c92 Component: engine --- components/engine/man/src/image/ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/man/src/image/ls.md b/components/engine/man/src/image/ls.md index 9943457bee..bb673b008c 100644 --- a/components/engine/man/src/image/ls.md +++ b/components/engine/man/src/image/ls.md @@ -48,7 +48,7 @@ IMAGE ID, CREATED, and SIZE. The `docker image ls` command takes an optional `[REPOSITORY[:TAG]]` argument that restricts the list to images that match the argument. If you specify -`REPOSITORY`but no `TAG`, the `docker image ls` command lists all images in the +`REPOSITORY` but no `TAG`, the `docker image ls` command lists all images in the given repository. docker image ls java