Revert "--help option and help command should print to stdout not stderr"

This reverts commit 61b129d818.

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux
2014-08-27 18:59:13 +00:00
parent 835800fcd5
commit 2e489073d9
38 changed files with 68 additions and 335 deletions
-4
View File
@@ -7,7 +7,6 @@ docker-commit - Create a new image from a container's changes
# SYNOPSIS
**docker commit**
[**-a**|**--author**[=*AUTHOR*]]
[**--help**]
[**-m**|**--message**[=*MESSAGE*]]
[**-p**|**--pause**[=*true*]]
CONTAINER [REPOSITORY[:TAG]]
@@ -19,9 +18,6 @@ Using an existing container's name or ID you can create a new image.
**-a**, **--author**=""
Author (e.g., "John Hannibal Smith <hannibal@a-team.com>")
**--help**
Print usage statement
**-m**, **--message**=""
Commit message