From 7b7ff161758f04cdbcb9896d5a876e3d9edf6a0e Mon Sep 17 00:00:00 2001 From: allencloud Date: Tue, 30 Aug 2016 23:07:42 +0800 Subject: [PATCH] update command description Signed-off-by: allencloud --- docs/reference/commandline/restart.md | 2 +- docs/reference/commandline/wait.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/commandline/restart.md b/docs/reference/commandline/restart.md index 661e16d4de..9e40a4f6c4 100644 --- a/docs/reference/commandline/restart.md +++ b/docs/reference/commandline/restart.md @@ -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 diff --git a/docs/reference/commandline/wait.md b/docs/reference/commandline/wait.md index b10f6a1a21..b6fd68dbdb 100644 --- a/docs/reference/commandline/wait.md +++ b/docs/reference/commandline/wait.md @@ -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