mirror of https://github.com/linkerd/linkerd2.git
Fix description to match command (#5431)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
2c78cf9255
commit
84a9fc9b53
|
@ -64,7 +64,7 @@ func newCmdEdges() *cobra.Command {
|
||||||
* replicasets
|
* replicasets
|
||||||
* replicationcontrollers
|
* replicationcontrollers
|
||||||
* statefulsets`,
|
* 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
|
linkerd edges po -n test
|
||||||
|
|
||||||
# Get all edges between pods that either originate from or terminate in the default namespace.
|
# Get all edges between pods that either originate from or terminate in the default namespace.
|
||||||
|
|
Loading…
Reference in New Issue