mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 21:35:43 +01:00
Fix for -V switch...
This commit is contained in:
parent
9f50cd5d60
commit
552cb61798
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ int main( int argc, char *argv[] )
|
|||
version();
|
||||
return 0;
|
||||
}
|
||||
while ( (c = getopt( argc, argv, "hlc:d:qs:So:t:b:vrwuxB:c:p:mM" )) != EOF )
|
||||
while ( (c = getopt( argc, argv, "hlc:d:qs:So:t:b:vrwuxB:c:p:mMV" )) != EOF )
|
||||
switch ( c ) {
|
||||
case 'h':
|
||||
usage( command );
|
||||
|
|
Loading…
Reference in a new issue