Fix typs from go to Go
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn> Upstream-commit: 7dad9d5ce45f25750f339642d3b84a81cc2ba98e Component: engine
This commit is contained in:
@ -32,7 +32,7 @@ func newInspectCommand(dockerCli *command.DockerCli) *cobra.Command {
|
||||
}
|
||||
|
||||
flags := cmd.Flags()
|
||||
flags.StringVarP(&opts.format, "format", "f", "", "Format the output using the given go template")
|
||||
flags.StringVarP(&opts.format, "format", "f", "", "Format the output using the given Go template")
|
||||
return cmd
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user