diff --git a/components/engine/api/client/restart.go b/components/engine/api/client/restart.go index 88de4f758a..2101ab91da 100644 --- a/components/engine/api/client/restart.go +++ b/components/engine/api/client/restart.go @@ -11,7 +11,7 @@ import ( // CmdRestart restarts one or more running containers. // -// Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] +// Usage: docker restart [OPTIONS] CONTAINER [CONTAINER...] func (cli *DockerCli) CmdRestart(args ...string) error { cmd := Cli.Subcmd("restart", []string{"CONTAINER [CONTAINER...]"}, "Restart a running container", true) nSeconds := cmd.Int([]string{"t", "-time"}, 10, "Seconds to wait for stop before killing the container")