From 98b9ef27394cab9e8abe71747a74880e9626fc4f Mon Sep 17 00:00:00 2001 From: vitorhcl Date: Thu, 14 Dec 2023 11:40:57 -0300 Subject: [PATCH] pw-link: add list links example --- pages/linux/pw-link.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/pw-link.md b/pages/linux/pw-link.md index 822e7ebf4b..5c6aed2c5b 100644 --- a/pages/linux/pw-link.md +++ b/pages/linux/pw-link.md @@ -15,6 +15,10 @@ `pw-link --disconnect {{output_port_name}} {{input_port_name}}` +- List all links with their ids: + +`pw-link --links --ids` + - Display help: `pw-link -h`