mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix docs
Fix wrong descriptions in docs Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
parent
eae59c4226
commit
899335022f
1 changed files with 2 additions and 2 deletions
|
@ -27,10 +27,10 @@ container is unpaused, and then run
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
**-d**, **--detach**=*true*|*false*
|
**-d**, **--detach**=*true*|*false*
|
||||||
Override the key sequence for detaching a container. Format is a single character `[a-Z]` or `ctrl-<value>` where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`.
|
Detached mode: run command in the background. The default is *false*.
|
||||||
|
|
||||||
**--detach-keys**=""
|
**--detach-keys**=""
|
||||||
Define the key sequence which detaches the container.
|
Override the key sequence for detaching a container. Format is a single character `[a-Z]` or `ctrl-<value>` where `<value>` is one of: `a-z`, `@`, `^`, `[`, `,` or `_`.
|
||||||
|
|
||||||
**--help**
|
**--help**
|
||||||
Print usage statement
|
Print usage statement
|
||||||
|
|
Loading…
Reference in a new issue