Skip to content

Commit

Permalink
fix: egctl x status gatewayclass example msg (envoyproxy#3606)
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <[email protected]>
  • Loading branch information
Xunzhuo authored Jun 14, 2024
1 parent 2e975a7 commit eb29549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/egctl/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func newStatusCommand() *cobra.Command {
statusCommand := &cobra.Command{
Use: "status",
Short: "Show the summary of the status of resources in Envoy Gateway",
Example: ` # Show the status of gatewayclass resources under default namespace.
Example: ` # Show the status of gatewayclass resources.
egctl x status gatewayclass
# Show the status of gateway resources with less information under default namespace.
Expand Down

0 comments on commit eb29549

Please sign in to comment.