From f91ddd939ffa14f265735a6c83ccd7b4a16994f0 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Fri, 13 Feb 2015 12:09:56 -0800 Subject: [PATCH] Fix 'docker stats' help message Closes #10771 Signed-off-by: Doug Davis --- docs/sources/reference/commandline/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/commandline/cli.md b/docs/sources/reference/commandline/cli.md index 4a55c824ea..2f6d57d43b 100644 --- a/docs/sources/reference/commandline/cli.md +++ b/docs/sources/reference/commandline/cli.md @@ -2014,7 +2014,7 @@ more details on finding shared images from the command line. ## stats - Usage: docker stats [CONTAINERS] + Usage: docker stats CONTAINER [CONTAINER...] Display a live stream of one or more containers' resource usage statistics