diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2012-12-14 09:11:01 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-12-19 12:31:48 +0200 |
commit | b9f6bfcadc1cf06e8ef7cc5546f2f086bd489e68 (patch) | |
tree | 1af71a0d668ebe5d4f19eeee893b9537b22633bc | |
parent | 02d6aa648099ae701f1e48f44ab2da53e35d1c6a (diff) | |
download | pulseaudio-b9f6bfcadc1cf06e8ef7cc5546f2f086bd489e68.tar.gz |
man: Document the possiblity of unloading modules by name in pulse-cli-syntax.
-rw-r--r-- | man/pulse-cli-syntax.5.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/pulse-cli-syntax.5.xml.in b/man/pulse-cli-syntax.5.xml.in index 703a42422..9d656b6be 100644 --- a/man/pulse-cli-syntax.5.xml.in +++ b/man/pulse-cli-syntax.5.xml.in @@ -100,9 +100,9 @@ USA. </option> <option> - <p><opt>unload-module</opt> <arg>index</arg></p> - <optdesc><p>Unload a module specified by its index in the module list as - returned by list-modules.</p></optdesc> + <p><opt>unload-module</opt> <arg>index|name</arg></p> + <optdesc><p>Unload a module, specified either by its index in the module + list or its name.</p></optdesc> </option> <option> |