mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 22:06:31 +01:00
fixed the command line options.
This commit is contained in:
parent
bb2024f1dd
commit
fa0f6109a7
1 changed files with 1 additions and 1 deletions
|
@ -1332,7 +1332,7 @@ int main(int argc, char *argv[])
|
|||
while (1) {
|
||||
int c;
|
||||
|
||||
if ((c = getopt_long(argc, argv, "hf:dlev", long_option, NULL)) < 0)
|
||||
if ((c = getopt_long(argc, argv, "hf:Fdv", long_option, NULL)) < 0)
|
||||
break;
|
||||
switch (c) {
|
||||
case 'h':
|
||||
|
|
Loading…
Reference in a new issue