Fix description to match command (#5431)

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-12-22 18:18:51 -05:00 committed by GitHub
parent 2c78cf9255
commit 84a9fc9b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.