From 28ebc7e0f5f6a35fde640be3c06f7c25d5c79825 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 Upstream-commit: f91ddd939ffa14f265735a6c83ccd7b4a16994f0 Component: cli --- components/cli/docs/sources/reference/commandline/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/sources/reference/commandline/cli.md b/components/cli/docs/sources/reference/commandline/cli.md index 4a55c824ea..2f6d57d43b 100644 --- a/components/cli/docs/sources/reference/commandline/cli.md +++ b/components/cli/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