瀏覽代碼

Fix docs

Fix wrong descriptions in docs

Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
Zhang Wei 9 年之前
父節點
當前提交
899335022f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      man/docker-exec.1.md

+ 2 - 2
man/docker-exec.1.md

@@ -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