Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyingjie committed Apr 14, 2021
1 parent b07ed2c commit a8339ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/client/command/mesh_service_observability.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ func getServiceOutputserverCmd() *cobra.Command {
// Service tracings cmd
func serviceTracingCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "tracing",
Use: "tracings",
Short: "query and manager service's tracings",
}

Expand Down Expand Up @@ -449,7 +449,7 @@ func getServiceTracingCmd() *cobra.Command {
// Service metric cmd
func serviceMetricCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "metric",
Use: "metrics",
Short: "query and manager service's metric",
}

Expand Down

0 comments on commit a8339ed

Please sign in to comment.