mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
-Z needs an argument
This commit is contained in:
parent
fa4a49c84b
commit
d8ccbda67e
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ int main(int argc,char *argv[])
|
||||||
while (1) {
|
while (1) {
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
if ((c = getopt_long(argc, argv, "hvcD:46CPRZq", long_option, NULL)) < 0)
|
if ((c = getopt_long(argc, argv, "hvcD:46CPRZ:q", long_option, NULL)) < 0)
|
||||||
break;
|
break;
|
||||||
switch (c) {
|
switch (c) {
|
||||||
case 'h':
|
case 'h':
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue