Auto-update documentation from the output of the cli.

I've re-jigged the run man page so that each option's text begins with the
cli's help text for that flag, and then ay subsequent lines in the man page
are carried forward.

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>

Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
Sven Dowideit
2014-12-05 10:43:38 +10:00
committed by Sven Dowideit
parent 6e7a210db6
commit e01baa6be7
19 changed files with 190 additions and 115 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ docker-commit - Create a new image from a container's changes
[**-a**|**--author**[=*AUTHOR*]]
[**-m**|**--message**[=*MESSAGE*]]
[**-p**|**--pause**[=*true*]]
CONTAINER [REPOSITORY[:TAG]]
CONTAINER [REPOSITORY[:TAG]]
# DESCRIPTION
Using an existing container's name or ID you can create a new image.