mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Delete dots to align with other commands description
Signed-off-by: yupengzte <yu.peng36@zte.com.cn>
This commit is contained in:
parent
52ba250f7e
commit
ec95ad7353
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ Display detailed information on one or more nodes
|
||||||
Options:
|
Options:
|
||||||
-f, --format string Format the output using the given Go template
|
-f, --format string Format the output using the given Go template
|
||||||
--help Print usage
|
--help Print usage
|
||||||
--pretty Print the information in a human friendly format.
|
--pretty Print the information in a human friendly format
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
|
@ -23,7 +23,7 @@ Display detailed information on one or more services
|
||||||
Options:
|
Options:
|
||||||
-f, --format string Format the output using the given Go template
|
-f, --format string Format the output using the given Go template
|
||||||
--help Print usage
|
--help Print usage
|
||||||
--pretty Print the information in a human friendly format.
|
--pretty Print the information in a human friendly format
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
Loading…
Add table
Reference in a new issue