cmd/ctr/images: add i alias for images command

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2018-03-12 17:42:41 -07:00
parent b3b95c0a2a
commit ae11d8c64b
No known key found for this signature in database
GPG Key ID: 67B3DED84EDC823F

View File

@ -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,