Fix typs from go to Go

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang
2016-10-18 18:50:11 +08:00
parent 3ab6e03ba3
commit 24d0191a3a
11 changed files with 11 additions and 11 deletions

View File

@ -29,7 +29,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
}