docs: man docker-images: inconsistent naming
| ... | ... |
@@ -1328,7 +1328,7 @@ func (cli *DockerCli) CmdPull(args ...string) error {
|
| 1328 | 1328 |
} |
| 1329 | 1329 |
|
| 1330 | 1330 |
func (cli *DockerCli) CmdImages(args ...string) error {
|
| 1331 |
- cmd := cli.Subcmd("images", "[NAME]", "List images")
|
|
| 1331 |
+ cmd := cli.Subcmd("images", "[REPOSITORY]", "List images")
|
|
| 1332 | 1332 |
quiet := cmd.Bool([]string{"q", "-quiet"}, false, "Only show numeric IDs")
|
| 1333 | 1333 |
all := cmd.Bool([]string{"a", "-all"}, false, "Show all images (by default filter out the intermediate image layers)")
|
| 1334 | 1334 |
noTrunc := cmd.Bool([]string{"#notrunc", "-no-trunc"}, false, "Don't truncate output")
|