From 33ac472601eb9e4a109da35d683988928df05b82 Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:43:10 +0300 Subject: [PATCH] doc/plugins.rst: change command to list PipeWire targets The `dump` command was dropped[1] in favor of other tools. [1]: https://gitlab.freedesktop.org/pipewire/pipewire/-/commit/50bdebe4e87c5e26acf966e7207a591332e33239 --- doc/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins.rst b/doc/plugins.rst index 7e6fe5765..a16b0cc60 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -1115,7 +1115,7 @@ Connect to a `PipeWire `_ server. Requires * - **target NAME** - Link to the given target. If not specified, let the PipeWire manager select a target. To get a list of available targets, - type ``pw-cli dump short Node`` + type ``pw-cli ls Node`` * - **remote NAME** - The name of the remote to connect to. The default is ``pipewire-0``.