Remove the redundant alias of 'dist images'
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
5
cmd/dist/images.go
vendored
5
cmd/dist/images.go
vendored
@@ -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,
|
||||
|
Reference in New Issue
Block a user