Delete dots to align with other commands description

Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
This commit is contained in:
yupengzte 2017-02-23 16:46:08 +08:00
parent adcf82c65a
commit 5b67f20a91
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ func newInspectCommand(dockerCli command.Cli) *cobra.Command {
flags := cmd.Flags() 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.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 return cmd
} }

View File

@ -38,7 +38,7 @@ func newInspectCommand(dockerCli *command.DockerCli) *cobra.Command {
flags := cmd.Flags() 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.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 return cmd
} }