From a52441b11417bfbcb8aa57fddae79c4f17d5499a Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 5 Jun 2014 11:41:45 +1000 Subject: [PATCH] removing an extraneous space Docker-DCO-1.1-Signed-off-by: Zac Dover (github: zdover23) --- docs/man/docker-commit.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/docker-commit.1.md b/docs/man/docker-commit.1.md index bbd1db21b0..e5cf05a9fa 100644 --- a/docs/man/docker-commit.1.md +++ b/docs/man/docker-commit.1.md @@ -30,7 +30,7 @@ An existing Fedora based container has had Apache installed while running in interactive mode with the bash shell. Apache is also running. To create a new image run docker ps to find the container's ID and then run: - # docker commit -m= "Added Apache to Fedora base image" \ + # docker commit -m="Added Apache to Fedora base image" \ -a="A D Ministrator" 98bd7fc99854 fedora/fedora_httpd:20 # HISTORY