From 84a9fc9b5374dad4ff169a9cd6d786bd731bd766 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 22 Dec 2020 18:18:51 -0500 Subject: [PATCH] Fix description to match command (#5431) Signed-off-by: Josh Soref --- cli/cmd/edges.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/edges.go b/cli/cmd/edges.go index 88177465e..022db3639 100644 --- a/cli/cmd/edges.go +++ b/cli/cmd/edges.go @@ -64,7 +64,7 @@ func newCmdEdges() *cobra.Command { * replicasets * replicationcontrollers * statefulsets`, - Example: ` # Get all edges between pods that either originate from or terminate in the demo namespace. + Example: ` # Get all edges between pods that either originate from or terminate in the test namespace. linkerd edges po -n test # Get all edges between pods that either originate from or terminate in the default namespace.