From 0dcdcab5a70676e66c40cdfc2543790e763576db Mon Sep 17 00:00:00 2001 From: Chuck Ha Date: Mon, 21 May 2018 16:16:43 -0400 Subject: [PATCH] Fixes a typo in inspecti usage Signed-off-by: Chuck Ha --- cmd/crictl/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/crictl/image.go b/cmd/crictl/image.go index 2f49355f89..7df9fb856f 100644 --- a/cmd/crictl/image.go +++ b/cmd/crictl/image.go @@ -194,7 +194,7 @@ var listImageCommand = cli.Command{ var imageStatusCommand = cli.Command{ Name: "inspecti", - Usage: "Return the status of one ore more images", + Usage: "Return the status of one or more images", ArgsUsage: "IMAGEID [IMAGEID...]", SkipArgReorder: true, UseShortOptionHandling: true,