Skip to content

Commit

Permalink
cmd/status: fix command description formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
  • Loading branch information
rolinh committed Oct 19, 2020
1 parent 7cb0ee6 commit 3029b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/status/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ import (
func New(vp *viper.Viper) *cobra.Command {
statusCmd := &cobra.Command{
Use: "status",
Short: "Display status of hubble server",
Long: `Displays the status of the hubble server. This is
intended as a basic connectivity health check`,
Short: "Display status of Hubble server",
Long: `Display shows the status of the Hubble server. This is intended as a basic
connectivity health check.`,
RunE: func(cmd *cobra.Command, args []string) error {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
Expand Down

0 comments on commit 3029b59

Please sign in to comment.