From b99d63481825a732092ab30a9db7595771c32737 Mon Sep 17 00:00:00 2001 From: bitliu Date: Sun, 8 Oct 2023 14:21:34 +0800 Subject: [PATCH] :art: Update Signed-off-by: bitliu --- internal/cmd/egctl/stats.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/internal/cmd/egctl/stats.go b/internal/cmd/egctl/stats.go index f2544d1f4e6..1f5d58bdb7e 100644 --- a/internal/cmd/egctl/stats.go +++ b/internal/cmd/egctl/stats.go @@ -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())