Fixed command line option for call audio device (headset)

--call-device option now works.

Thanx to Fabricio pointing to this bug.
This commit is contained in:
Andreas Eversberg 2017-08-07 08:16:25 +02:00
parent 7c9ce960d7
commit d20b41a457
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ static struct option long_options_common[] = {
{"debug", 1, 0, 'v'},
{"kanal", 1, 0, 'k'},
{"channel", 1, 0, OPT_CHANNEL},
{"call-device", 1, 0, 'a'},
{"audio-device", 1, 0, 'a'},
{"samplerate", 1, 0, 's'},
{"interval", 1, 0, 'i'},
{"buffer", 1, 0, 'b'},