Skip to content

Commit

Permalink
🎨 Update
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <[email protected]>
  • Loading branch information
Xunzhuo committed Oct 23, 2023
1 parent c47d616 commit b99d634
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions internal/cmd/egctl/stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ import (

func statsCommand() *cobra.Command {
c := &cobra.Command{
Use: "stats",
Long: "Retrieve Prometheus Stats from envoy proxy.",
Short: "Retrieve stats from envoy proxy.",
Aliases: []string{"proxy"},
Use: "stats",
Long: "Retrieve Prometheus Stats from envoy proxy.",
Short: "Retrieve stats from envoy proxy.",
}

c.AddCommand(newEnvoyStatsCmd())
Expand Down

0 comments on commit b99d634

Please sign in to comment.