update command description

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-08-30 23:07:42 +08:00 committed by Tibor Vass
parent 4d1fc99027
commit 7b7ff16175
2 changed files with 2 additions and 2 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