about summary refs log tree commit diff
path: root/Completion/Linux/Command/_alsa-utils
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-07-10 23:35:33 +0200
committerOliver Kiddle <opk@zsh.org>2021-07-10 23:44:58 +0200
commit35f9585cd1342a1d962a47be858c7aea60c8f886 (patch)
treeeb00a0180463c09316b83bdd48714f70a66a4023 /Completion/Linux/Command/_alsa-utils
parentefec6bbdb55199430dec0a003e5dc8d293de4cff (diff)
downloadzsh-35f9585cd1342a1d962a47be858c7aea60c8f886.tar.gz
zsh-35f9585cd1342a1d962a47be858c7aea60c8f886.tar.xz
zsh-35f9585cd1342a1d962a47be858c7aea60c8f886.zip
49156: make wider use of the convention of square brackets for defaults
Diffstat (limited to 'Completion/Linux/Command/_alsa-utils')
-rw-r--r--Completion/Linux/Command/_alsa-utils2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_alsa-utils b/Completion/Linux/Command/_alsa-utils
index 91bb0b86c..dd5c26866 100644
--- a/Completion/Linux/Command/_alsa-utils
+++ b/Completion/Linux/Command/_alsa-utils
@@ -38,7 +38,7 @@ opts=(
   --disable-format'[disable automatic format conversions]'
   --disable-softvol'[disable software volume control (softvol)]'
   --test-position'[test ring buffer position]'
-  --test-coef='[test coefficient for ring buffer position (default 8)]'
+  --test-coef='[test coefficient for ring buffer position]:coefficient [8]'
   --test-nowait'[do not wait for ring buffer - eats whole CPU]'
   --max-file-time='[start another output file when the old file has recorded]'
   --process-id-file='[write the process ID here]'