diff options
author | Colin Guthrie <colin@mageia.org> | 2012-04-05 11:52:24 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2012-04-10 09:49:27 +0100 |
commit | 29e4b187a3dd3fd598d57ed6da88f4f67862cc33 (patch) | |
tree | 73696eea1b6322b290a2690f631b1ce557b07589 /man | |
parent | aa19646d34e57719ee87bb8c619ccc7d4ea4e9aa (diff) |
cli: Allow source-output volumes/mute to be set via CLI
This should have been done a long time ago but it brings symmetry to the API
Diffstat (limited to 'man')
-rw-r--r-- | man/pulse-cli-syntax.5.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/pulse-cli-syntax.5.xml.in b/man/pulse-cli-syntax.5.xml.in index 4f4e838d..dffb4a93 100644 --- a/man/pulse-cli-syntax.5.xml.in +++ b/man/pulse-cli-syntax.5.xml.in @@ -129,14 +129,14 @@ USA. </option> <option> - <p><opt>set-sink-input-volume</opt> <arg>index</arg> <arg>volume</arg></p> - <optdesc><p>Set the volume of a sink input specified + <p><opt>set-sink-input-volume|set-source-output-volume</opt> <arg>index</arg> <arg>volume</arg></p> + <optdesc><p>Set the volume of a sink input (resp. source output) specified by its index. The same volume rules apply as with set-sink-volume.</p></optdesc> </option> <option> - <p><opt>set-sink-input-mute</opt> <arg>index</arg> <arg>boolean</arg></p> - <optdesc><p>Mute or unmute a sink input specified + <p><opt>set-sink-input-mute|set-source-output-mute</opt> <arg>index</arg> <arg>boolean</arg></p> + <optdesc><p>Mute or unmute a sink input (resp. source output) specified by its index. The same mute rules apply as with set-sink-mute.</p></optdesc> </option> </section> |