mirror of https://github.com/docker/cli.git
Revert "--help option and help command should print to stdout not stderr"
This reverts commit 61b129d81802e3c988cc0e67e488b24968dd748a. Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
f646304808
commit
116bf8fdfb
|
@ -15,19 +15,6 @@ or execute `docker help`:
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
## Help
|
|
||||||
To list the help on any command just execute the command, followed by the `--help` option.
|
|
||||||
|
|
||||||
$ sudo docker run --help
|
|
||||||
|
|
||||||
Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
|
|
||||||
|
|
||||||
Run a command in a new container
|
|
||||||
|
|
||||||
-a, --attach=[] Attach to STDIN, STDOUT or STDERR.
|
|
||||||
-c, --cpu-shares=0 CPU shares (relative weight)
|
|
||||||
...
|
|
||||||
|
|
||||||
## Option types
|
## Option types
|
||||||
|
|
||||||
Single character commandline options can be combined, so rather than
|
Single character commandline options can be combined, so rather than
|
||||||
|
|
Loading…
Reference in New Issue