diff options
| -rw-r--r-- | audio/headset.c | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/audio/headset.c b/audio/headset.c index 79c85084..b48c2986 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -1861,7 +1861,7 @@ int main(int argc, char *argv[])  	struct sigaction sa;  	int opt; -	while ((opt = getopt(argc, argv, "c:o:i:dr")) != EOF) { +	while ((opt = getopt(argc, argv, "c:o:i:d")) != EOF) {  		switch (opt) {  		case 'c':  			opt_channel = strtol(optarg, NULL, 0); @@ -1877,9 +1877,6 @@ int main(int argc, char *argv[])  		case 'd':  			enable_debug(); -			break; - -		case 'r':  			register_svc = TRUE;  			break; | 
