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{
|
var imageCommand = cli.Command{
|
||||||
Name: "images",
|
Name: "images",
|
||||||
Aliases: []string{"images"},
|
Usage: "image management",
|
||||||
Usage: "image management",
|
|
||||||
Subcommands: cli.Commands{
|
Subcommands: cli.Commands{
|
||||||
imagesListCommand,
|
imagesListCommand,
|
||||||
imageRemoveCommand,
|
imageRemoveCommand,
|
||||||
|
Loading…
Reference in New Issue
Block a user