mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
correct docker volume ls subcommand description
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
1325cde252
commit
2087f94df5
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func newListCommand(dockerCli *client.DockerCli) *cobra.Command {
|
||||||
|
|
||||||
flags := cmd.Flags()
|
flags := cmd.Flags()
|
||||||
flags.BoolVarP(&opts.quiet, "quiet", "q", false, "Only display volume names")
|
flags.BoolVarP(&opts.quiet, "quiet", "q", false, "Only display volume names")
|
||||||
flags.StringVar(&opts.format, "format", "", "Pretty-print networks using a Go template")
|
flags.StringVar(&opts.format, "format", "", "Pretty-print volumes using a Go template")
|
||||||
flags.StringSliceVarP(&opts.filter, "filter", "f", []string{}, "Provide filter values (e.g. 'dangling=true')")
|
flags.StringSliceVarP(&opts.filter, "filter", "f", []string{}, "Provide filter values (e.g. 'dangling=true')")
|
||||||
|
|
||||||
return cmd
|
return cmd
|
||||||
|
|
Loading…
Reference in a new issue