Skip to content

Commit

Permalink
Merge pull request #440 from pbarker/sp
Browse files Browse the repository at this point in the history
fixes spelling in status command
  • Loading branch information
timothysc authored Jun 8, 2018
2 parents 9039d3a + b71d54c commit d8008f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sonobuoy/app/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
Expand Down

0 comments on commit d8008f6

Please sign in to comment.