mirror of https://github.com/docker/cli.git
Add the missing paren to the documentation for docker commit too
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit)
This commit is contained in:
parent
6c8a3f798b
commit
fe1e15dad4
|
@ -306,7 +306,7 @@ schema.
|
|||
|
||||
Create a new image from a container's changes
|
||||
|
||||
-a, --author="" Author (eg. "John Hannibal Smith <hannibal@a-team.com>"
|
||||
-a, --author="" Author (eg. "John Hannibal Smith <hannibal@a-team.com>")
|
||||
-m, --message="" Commit message
|
||||
|
||||
It can be useful to commit a container's file changes or settings into a
|
||||
|
|
Loading…
Reference in New Issue