From 46e22930ae6e5f1465d87e7db84e067d292ee086 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Sat, 7 Mar 2015 20:45:46 +0800 Subject: [PATCH] Fix docker start help message Signed-off-by: Lei Jitang Upstream-commit: a9394281b48b835c307319545c55eb170e4aa32d 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 f4dd5a5ac4..f8073d8505 100644 --- a/components/cli/docs/sources/reference/commandline/cli.md +++ b/components/cli/docs/sources/reference/commandline/cli.md @@ -2085,7 +2085,7 @@ more details on finding shared images from the command line. Usage: docker start [OPTIONS] CONTAINER [CONTAINER...] - Restart a stopped container + Start one or more stopped containers -a, --attach=false Attach STDOUT/STDERR and forward signals -i, --interactive=false Attach container's STDIN