diff --git a/cmd/ctr/commands/images/images.go b/cmd/ctr/commands/images/images.go index 361abf69f..7422eb4bd 100644 --- a/cmd/ctr/commands/images/images.go +++ b/cmd/ctr/commands/images/images.go @@ -36,7 +36,7 @@ import ( // Command is the cli command for managing images var Command = cli.Command{ Name: "images", - Aliases: []string{"image"}, + Aliases: []string{"image", "i"}, Usage: "manage images", Subcommands: cli.Commands{ checkCommand,