diff --git a/cmd/client/main.go b/cmd/client/main.go index df4bb33f..4d572439 100644 --- a/cmd/client/main.go +++ b/cmd/client/main.go @@ -252,7 +252,7 @@ func main() { } var imagesCommand = cli.Command{ - Name: "images", + Name: "image", Subcommands: []cli.Command{ pullImageCommand, removeImageCommand,