Remove the redundant alias of 'dist images'

Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
Yanqiang Miao 2017-06-08 15:24:18 +08:00
parent 0b13b07092
commit 7627130ea3

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,