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.