|
@@ -38,7 +38,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.BoolVar(&opts.pretty, "pretty", false, "Print the information in a human friendly format.")
|
|
|
+ flags.BoolVar(&opts.pretty, "pretty", false, "Print the information in a human friendly format")
|
|
|
return cmd
|
|
|
}
|
|
|
|