From fa8bc32a53e37684120a44ee58c8ebf044959b7d Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 19 Sep 2016 12:05:31 +0200 Subject: [PATCH] command "images" should be singular Signed-off-by: Antonio Murdaca --- cmd/client/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,