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:
Peter Meerwald 2014-10-30 16:00:41 +01:00 committed by Peter Meerwald
parent 31d5acdc78
commit 6d1fd4d1aa
4 changed files with 4 additions and 20 deletions

View file

@ -179,8 +179,6 @@ _pactl() {
case $prev in
list) COMPREPLY=($(compgen -W '${list_types[*]}' -- "$cur")) ;;
stat) COMPREPLY=($(compgen -W 'short' -- "$cur")) ;;
upload-sample) _filedir ;;
play-sample) ;; # TODO