mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
aplay: Fix spelling error
BugLink: https://bugs.launchpad.net/bugs/816388 Reported-by: Chad Dunlap <cldunlap1@gmail.com> Signed-off-by: David Henningsson <david.henningsson@canonical.com> Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
5a6ca47cb9
commit
af0bf78505
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ _("Usage: %s [OPTION]... [FILE]...\n"
|
|||
" --disable-format disable automatic format conversions\n"
|
||||
" --disable-softvol disable software volume control (softvol)\n"
|
||||
" --test-position test ring buffer position\n"
|
||||
" --test-coef=# test coeficient for ring buffer position (default 8)\n"
|
||||
" --test-coef=# test coefficient for ring buffer position (default 8)\n"
|
||||
" expression for validation is: coef * (buffer_size / 2)\n"
|
||||
" --test-nowait do not wait for ring buffer - eats whole CPU\n"
|
||||
" --max-file-time=# start another output file when the old file has recorded\n"
|
||||
|
|
Loading…
Reference in a new issue