command "images" should be singular

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-09-19 12:05:31 +02:00
parent 3ad20d1e51
commit fa8bc32a53
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -252,7 +252,7 @@ func main() {
}
var imagesCommand = cli.Command{
Name: "images",
Name: "image",
Subcommands: []cli.Command{
pullImageCommand,
removeImageCommand,