mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-23 02:46:30 +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) {
|
while (1) {
|
||||||
int c;
|
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;
|
break;
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 'h':
|
case 'h':
|
||||||
|
|
Loading…
Reference in a new issue