Merge pull request #12735 from jmzwcn/patch-1
Remove empty line after client.CmdInspect docstring Upstream-commit: 15313dfdf38ecaa0dc93005f1c3824491fbb3b96 Component: engine
This commit is contained in:
@ -15,7 +15,6 @@ import (
|
||||
// CmdInspect displays low-level information on one or more containers or images.
|
||||
//
|
||||
// Usage: docker inspect [OPTIONS] CONTAINER|IMAGE [CONTAINER|IMAGE...]
|
||||
|
||||
func (cli *DockerCli) CmdInspect(args ...string) error {
|
||||
cmd := cli.Subcmd("inspect", "CONTAINER|IMAGE [CONTAINER|IMAGE...]", "Return low-level information on a container or image", true)
|
||||
tmplStr := cmd.String([]string{"f", "#format", "-format"}, "", "Format the output using the given go template")
|
||||
|
||||
Reference in New Issue
Block a user