1
0
Fork 0

alsaloop: parse_config(): drop unused 'F' option

It is not documented in the usage info, no corresponding long option and is
not handled in the parsing, so drop it from the optstring.

Closes: https://github.com/alsa-project/alsa-utils/pull/317
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Peter Korsgaard 2026-01-07 11:55:00 +01:00 committed by Jaroslav Kysela
parent d4a4054bc7
commit 5a8e040840

View file

@ -425,7 +425,7 @@ static int parse_config(int argc, char *argv[], snd_output_t *output,
while (1) {
int c;
if ((c = getopt_long(argc, argv,
"hdg:P:C:X:Y:x:l:t:F:f:c:r:B:E:s:benvA:S:a:m:T:O:w:UW:z",
"hdg:P:C:X:Y:x:l:t:f:c:r:B:E:s:benvA:S:a:m:T:O:w:UW:z",
long_option, NULL)) < 0)
break;
switch (c) {