mirror of
https://github.com/alsa-project/alsa-utils
synced 2025-01-03 18:39:47 +01:00
Missing letters
This commit is contained in:
parent
880f642260
commit
95785f81a3
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ static void version(void)
|
|||
int main(int argc, char *argv[])
|
||||
{
|
||||
int option_index;
|
||||
char *short_options = "lLD:qt:c:f:r:d:eMNF:A:X:B:vI";
|
||||
char *short_options = "lLD:qt:c:f:r:d:eMNF:A:X:B:vIPC";
|
||||
static struct option long_options[] = {
|
||||
{"help", 0, 0, OPT_HELP},
|
||||
{"version", 0, 0, OPT_VERSION},
|
||||
|
|
Loading…
Reference in a new issue