浏览代码

removing an extraneous space

Docker-DCO-1.1-Signed-off-by: Zac Dover <zdover@redhat.com> (github: zdover23)
Zac Dover 11 年之前
父节点
当前提交
a52441b114
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/man/docker-commit.1.md

+ 1 - 1
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
 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:
 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
       -a="A D Ministrator" 98bd7fc99854 fedora/fedora_httpd:20
 
 
 # HISTORY
 # HISTORY