Merge pull request #27476 from yuexiao-wang/fix-typos-volume
Fix some typos Upstream-commit: 1feaeac65c8968ba2f88a1d2d17e7e775ac2ae18 Component: engine
This commit is contained in:
@ -30,7 +30,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")
|
||||
flags.BoolVarP(&opts.size, "size", "s", false, "Display total file sizes")
|
||||
|
||||
return cmd
|
||||
|
||||
Reference in New Issue
Block a user