Browse Source

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)
Sven Dowideit 11 years ago
parent
commit
389916bf9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/reference/commandline/cli.md

+ 1 - 1
docs/sources/reference/commandline/cli.md

@@ -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