mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 21:55:42 +01:00
fixed typo of --period-size option.
This commit is contained in:
parent
b382b9c89b
commit
2ebe53c082
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ int main(int argc, char *argv[])
|
|||
{"sleep-min", 0, 0, 's'},
|
||||
{"mmap", 0, 0, 'M'},
|
||||
{"nonblock", 0, 0, 'N'},
|
||||
{"period_time", 1, 0, 'F'},
|
||||
{"period-time", 1, 0, 'F'},
|
||||
{"avail-min", 1, 0, 'A'},
|
||||
{"start-delay", 1, 0, 'R'},
|
||||
{"stop-delay", 1, 0, 'T'},
|
||||
|
|
Loading…
Reference in a new issue