1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix the wrong info while specifying the command with the "--help"

Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
lixiaobing10051267 2016-09-03 22:39:36 +08:00
parent 2e0bc0393a
commit 2626d341e7

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 Attach to a running container
--help Print usage Options:
--no-stdin Do not attach stdin --detach-keys string Override the key sequence for detaching a container
--sig-proxy=true Proxy all received signals to the process --help Print usage
--no-stdin Do not attach STDIN
--sig-proxy Proxy all received signals to the process (default true)
> **Note:** > **Note:**
> For further details and examples of each command, see the > For further details and examples of each command, see the