Merge pull request #974 from miaoyq/del-alias-of-images

Remove the redundant alias of 'dist images'
This commit is contained in:
Michael Crosby 2017-06-08 10:50:47 -07:00 committed by GitHub
commit 4fbfe1d083

5
cmd/dist/images.go vendored
View File

@ -13,9 +13,8 @@ import (
)
var imageCommand = cli.Command{
Name: "images",
Aliases: []string{"images"},
Usage: "image management",
Name: "images",
Usage: "image management",
Subcommands: cli.Commands{
imagesListCommand,
imageRemoveCommand,