aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-08-07 08:16:25 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2017-08-08 12:54:45 +0200
commitd20b41a457787c21fc721a8534ed21f3ef52f028 (patch)
tree92ba02da29a29c0f7b235191ec0cd3b76a832d00
parent7c9ce960d70a92cbace3c4030f4faabcf378ef42 (diff)
Fixed command line option for call audio device (headset)
--call-device option now works. Thanx to Fabricio pointing to this bug.
-rw-r--r--src/common/main_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/main_common.c b/src/common/main_common.c
index c471574..d4456e0 100644
--- a/src/common/main_common.c
+++ b/src/common/main_common.c
@@ -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'},