cmd/ctr/images: add i
alias for images command
Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
parent
b3b95c0a2a
commit
ae11d8c64b
@ -36,7 +36,7 @@ import (
|
|||||||
// Command is the cli command for managing images
|
// Command is the cli command for managing images
|
||||||
var Command = cli.Command{
|
var Command = cli.Command{
|
||||||
Name: "images",
|
Name: "images",
|
||||||
Aliases: []string{"image"},
|
Aliases: []string{"image", "i"},
|
||||||
Usage: "manage images",
|
Usage: "manage images",
|
||||||
Subcommands: cli.Commands{
|
Subcommands: cli.Commands{
|
||||||
checkCommand,
|
checkCommand,
|
||||||
|
Loading…
Reference in New Issue
Block a user