From 9e0fb207fbea41af7e493dd276493ef61da1d651 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Sat, 3 Sep 2016 22:39:36 +0800 Subject: [PATCH] fix the wrong info while specifying the command with the "--help" Signed-off-by: lixiaobing10051267 Upstream-commit: 2626d341e7b39d5d6182d8af0cec425420f8f176 Component: engine --- components/engine/docs/tutorials/usingdocker.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/engine/docs/tutorials/usingdocker.md b/components/engine/docs/tutorials/usingdocker.md index fa7daa79e9..91ca148f69 100644 --- a/components/engine/docs/tutorials/usingdocker.md +++ b/components/engine/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