Fix docker exec command help messages

Signed-off-by: Lei Jitang <leijitang@huawei.com>
Upstream-commit: d8b17d785a03246cb3a081223a0242469af7d410
Component: engine
This commit is contained in:
Lei Jitang
2014-10-30 09:38:44 +08:00
parent b39bfb477a
commit 4454d2b409
4 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ func init() {
{"create", "Create a new container"},
{"diff", "Inspect changes on a container's filesystem"},
{"events", "Get real time events from the server"},
{"exec", "Run a command in an existing container"},
{"exec", "Run a command in a running container"},
{"export", "Stream the contents of a container as a tar archive"},
{"history", "Show the history of an image"},
{"images", "List images"},