Skip to content

Commit

Permalink
fixes spelling in status command
Browse files Browse the repository at this point in the history
  • Loading branch information
pbarker authored Jun 7, 2018
1 parent 3c2b66b commit b71d54c
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 b71d54c

Please sign in to comment.