summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_opustools
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-06-14 04:07:37 +0000
committerdana <dana@dana.is>2026-06-20 19:27:09 -0500
commit74fa2341401ce9157df7d062b5811f92097a6bf1 (patch)
treea283dae8c677991e3c7c332e43e8c8d124c0eb17 /Completion/Unix/Command/_opustools
parent54767: zformat: replace -qn by spec quoting indicator syntax (diff)
downloadzsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.gz
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.bz2
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.lz
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.xz
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.tar.zst
zsh-74fa2341401ce9157df7d062b5811f92097a6bf1.zip
54768: completion: use `zformat -q` for formatting
Diffstat (limited to 'Completion/Unix/Command/_opustools')
-rw-r--r--Completion/Unix/Command/_opustools4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_opustools b/Completion/Unix/Command/_opustools
index 1fd97798a..c860a170f 100644
--- a/Completion/Unix/Command/_opustools
+++ b/Completion/Unix/Command/_opustools
@@ -14,7 +14,7 @@ case $service in
'--cvbr[use constrained variable bitrate encoding]' \
'--downmix-mono[downmix to mono]' \
'--downmix-stereo[downmix to stereo (if >2 channels)]' \
- '--expect-loss[set expected packet loss]:expected packet loss (%%) (0-100) [0]' \
+ '--expect-loss[set expected packet loss]:expected packet loss (%) (0-100) [0]' \
'--framesize[set maximum frame size]:maximum frame size (milliseconds) [20]:(2.5 5 10 20 40 60)' \
'--hard-cbr[use hard constant bitrate encoding]' \
'--max-delay[set maximum container delay]:maximum container delay (milliseconds) (0-1000) [1000]' \
@@ -57,7 +57,7 @@ case $service in
'--no-dither[do not dither 16-bit output]' \
'--float[output 32-bit floating-point samples]' \
'--force-wav[force RIFF wav header on output]' \
- '--packet-loss[simulate random packet loss]:packet loss probability (%%) (0-100)' \
+ '--packet-loss[simulate random packet loss]:packet loss probability (%) (0-100)' \
'--save-range[save check values for every frame to a file]:output for check values:_files'
;;
opusinfo)