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:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user