Browse Source

Merge pull request #15697 from sallyom/man-commit-fix

fix format man-commit
Sebastiaan van Stijn 10 years ago
parent
commit
ec43113662
1 changed files with 1 additions and 1 deletions
  1. 1 1
      man/docker-commit.1.md

+ 1 - 1
man/docker-commit.1.md

@@ -8,7 +8,7 @@ docker-commit - Create a new image from a container's changes
 **docker commit**
 [**-a**|**--author**[=*AUTHOR*]]
 [**--help**]
-[**-c**|**--change**[= []**]]
+[**-c**|**--change**[=\[*DOCKERFILE INSTRUCTIONS*\]]]
 [**-m**|**--message**[=*MESSAGE*]]
 [**-p**|**--pause**[=*true*]]
 CONTAINER [REPOSITORY[:TAG]]