From e62d9d700497838688fefabbe291554ffca53dbd 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: 5140cef92af441fb4ec94452a6ce25b23bf9058d Component: cli --- components/cli/man/src/image/ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/man/src/image/ls.md b/components/cli/man/src/image/ls.md index 9943457bee..bb673b008c 100644 --- a/components/cli/man/src/image/ls.md +++ b/components/cli/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