Remove the redundant alias of 'dist images'
Signed-off-by: Yanqiang Miao <miao.yanqiang@zte.com.cn>
This commit is contained in:
parent
0b13b07092
commit
7627130ea3
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,
|
||||
|
Loading…
Reference in New Issue
Block a user