From b71d54c698505544526177fa4ba7f64090b51975 Mon Sep 17 00:00:00 2001 From: Patrick Barker Date: Thu, 7 Jun 2018 14:43:53 -0600 Subject: [PATCH] fixes spelling in status command --- cmd/sonobuoy/app/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sonobuoy/app/status.go b/cmd/sonobuoy/app/status.go index 9ae58ab66..fabd83381 100644 --- a/cmd/sonobuoy/app/status.go +++ b/cmd/sonobuoy/app/status.go @@ -40,7 +40,7 @@ var statusFlags struct { func init() { cmd := &cobra.Command{ Use: "status", - Short: "Gets a summarizes status of a sonobuoy run", + Short: "Gets a summarized status of a sonobuoy run", Run: getStatus, Args: cobra.ExactArgs(0), }