Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#440 from pbarker/sp
Browse files Browse the repository at this point in the history
fixes spelling in status command
Signed-off-by: Jesse Hamilton [email protected]

Signed-off-by: Jesse Hamilton [email protected]
  • Loading branch information
timothysc authored Jun 8, 2018
2 parents d5e59bf + 1175968 commit efcb098
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 efcb098

Please sign in to comment.