This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch destServiceID in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git
commit 0aa8e81c00ca97d87a69324eb68235006c1f139b Author: kezhenxu94 <[email protected]> AuthorDate: Sat Oct 9 13:51:50 2021 +0800 Add missing `dest-service-id` `dest-service-name` to `metrics linear` command --- internal/flags/endpoint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/flags/endpoint.go b/internal/flags/endpoint.go index 06b8367..f68b6f6 100644 --- a/internal/flags/endpoint.go +++ b/internal/flags/endpoint.go @@ -41,7 +41,7 @@ var EndpointFlags = append( // EndpointRelationFlags take either destination endpoint id or destination endpoint name as input, // and transform to the other one. var EndpointRelationFlags = append( - EndpointFlags, + ServiceRelationFlags, &cli.StringFlag{ Name: "dest-endpoint-id",
