Merge pull request #26293 from lixiaobing10051267/masterDockerAttach

fix the wrong option info while specifying the command with the "--help"
This commit is contained in:
Vincent Demeester 2016-09-06 15:44:44 +02:00 committed by GitHub
commit d8e1515350

View file

@ -73,9 +73,11 @@ To see usage for a specific command, specify the command with the `--help` flag:
Attach to a running container
--help Print usage
--no-stdin Do not attach stdin
--sig-proxy=true Proxy all received signals to the process
Options:
--detach-keys string Override the key sequence for detaching a container
--help Print usage
--no-stdin Do not attach STDIN
--sig-proxy Proxy all received signals to the process (default true)
> **Note:**
> For further details and examples of each command, see the