1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

fix format man-commit
This commit is contained in:
Sebastiaan van Stijn 2015-08-20 21:33:46 +02:00
commit ec43113662

View file

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