Fix wrong descriptions in docs
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
| ... | ... |
@@ -27,10 +27,10 @@ container is unpaused, and then run |
| 27 | 27 |
|
| 28 | 28 |
# OPTIONS |
| 29 | 29 |
**-d**, **--detach**=*true*|*false* |
| 30 |
- 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 `_`. |
|
| 30 |
+ Detached mode: run command in the background. The default is *false*. |
|
| 31 | 31 |
|
| 32 | 32 |
**--detach-keys**="" |
| 33 |
- Define the key sequence which detaches the container. |
|
| 33 |
+ 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 `_`. |
|
| 34 | 34 |
|
| 35 | 35 |
**--help** |
| 36 | 36 |
Print usage statement |