From 2e18d5f70c5ee1a724cd24bdd218649809a2c801 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 18 Jun 2025 15:13:25 +0200 Subject: [PATCH] doc: update pw-cli man page Fixes #4744 --- doc/dox/programs/pw-cli.1.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/dox/programs/pw-cli.1.md b/doc/dox/programs/pw-cli.1.md index 12ee0fdd5..e5b53ecea 100644 --- a/doc/dox/programs/pw-cli.1.md +++ b/doc/dox/programs/pw-cli.1.md @@ -33,6 +33,10 @@ for many commands. \par quit | q Exit from **pw-cli** +\par list-vars +List all currently known variables and their type. Some commands create +objects that are identified with a variable. + # MODULE MANAGEMENT Modules are loaded and unloaded in the local instance, thus the pw-cli @@ -48,12 +52,12 @@ For most modules it is OK to be loaded more than once. This command returns a module variable that can be used to unload the module. -The locally module is *not* visible in the remote instance. It is not +The local module is *not* visible in the remote instance. It is not possible in PipeWire to load modules in a remote instance. \endparblock \par unload-module *module-var* -Unload a module, specified either by its variable. +Unload a module, specified by its variable. # OBJECT INTROSPECTION