update command description

Signed-off-by: allencloud <allen.sun@daocloud.io>
Upstream-commit: 123ce0e4be7c2743c5dee0a9aff84cd2c23758e0
Component: engine
This commit is contained in:
allencloud
2016-08-30 23:07:42 +08:00
parent 4cd762346d
commit feabcf715e
6 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ parent = "smn_cli"
```markdown
Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...]
Restart a container
Restart one or more containers
Options:
--help Print usage

View File

@ -13,7 +13,7 @@ parent = "smn_cli"
```markdown
Usage: docker wait CONTAINER [CONTAINER...]
Block until a container stops, then print its exit code
Block until one or more containers stop, then print their exit codes
Options:
--help Print usage