From bbf49348e2c088d1f57a43144efe96405aea5c5f Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 6 Sep 2016 15:44:44 +0200 Subject: [PATCH] Merge pull request #26293 from lixiaobing10051267/masterDockerAttach fix the wrong option info while specifying the command with the "--help" (cherry picked from commit d8e151535017b4bb4ee5aa8281f1b9bb7bffa397) Signed-off-by: Charles Smith --- docs/tutorials/usingdocker.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/usingdocker.md b/docs/tutorials/usingdocker.md index fa7daa79e9..91ca148f69 100644 --- a/docs/tutorials/usingdocker.md +++ b/docs/tutorials/usingdocker.md @@ -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