소스 검색

Merge pull request #6209 from zdover23/03_Jun_2014

BZ#1104401 - correcting flags in docker-commit
James Turnbull 11 년 전
부모
커밋
7c4f7780a1
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
 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