mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pactl: Remove deprecated 'stat' behaviour
the stat command should only output statistics, not info
behaviour was deprecated anno 2011 in 8ace9185 "pactl: Make stat backwards
compatible" -- fix this now
v2: (thanks Tanu Kaskinen):
* adjust shell completion
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
parent
31d5acdc78
commit
6d1fd4d1aa
4 changed files with 4 additions and 20 deletions
|
|
@ -66,11 +66,8 @@ USA.
|
|||
<section name="Commands">
|
||||
|
||||
<option>
|
||||
<p><opt>stat</opt> [<arg>short</arg>]</p>
|
||||
<optdesc><p>Dump a few statistics about the memory usage of the PulseAudio daemon. (Note: for backwards
|
||||
compatibility, we also show the output of the <arg>info</arg> command. In order to only show
|
||||
statistics, use the optional <arg>short</arg> argument. In a future version of PA we will
|
||||
make this the default)</p></optdesc>
|
||||
<p><opt>stat</opt></p>
|
||||
<optdesc><p>Dump a few statistics about the memory usage of the PulseAudio daemon.</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue