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

This reverts commit 61b129d81802e3c988cc0e67e488b24968dd748a.

Signed-off-by: Victor Vieux <vieux@docker.com>
Upstream-commit: 2e489073d94a7e2a5df115704a484c34f0b59f29
Component: engine
This commit is contained in:
Victor Vieux
2014-08-27 18:59:13 +00:00
parent 4d17a4b46d
commit 676eea0fcd
38 changed files with 68 additions and 335 deletions

View File

@ -6,7 +6,6 @@ docker-diff - Inspect changes on a container's filesystem
# SYNOPSIS
**docker diff**
[**--help**]
CONTAINER
# DESCRIPTION
@ -15,8 +14,7 @@ shortened container ID or the container name set using
**docker run --name** option.
# OPTIONS
**--help**
Print usage statement
There are no available options.
# EXAMPLES
Inspect the changes to on a nginx container: