mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Merge pull request #789 from samjsharpe/fix-extra-brace
Removes a brace in the description of the wait command Upstream-commit: 2d52d4d61490a44203bfb614076dbf3d806b2c14 Component: engine
This commit is contained in:
@@ -102,7 +102,7 @@ func (cli *DockerCli) CmdHelp(args ...string) error {
|
||||
{"stop", "Stop a running container"},
|
||||
{"tag", "Tag an image into a repository"},
|
||||
{"version", "Show the docker version information"},
|
||||
{"wait", "Block until a container stops}, then print its exit code"},
|
||||
{"wait", "Block until a container stops, then print its exit code"},
|
||||
} {
|
||||
help += fmt.Sprintf(" %-10.10s%s\n", command[0], command[1])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user