From 26693c0cf463038c093280105ade789d71317f7a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 14 Nov 2006 16:10:51 +0000 Subject: Remove -c from usage print since it's nolonger supported --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/headset.c') diff --git a/audio/headset.c b/audio/headset.c index ecece281..dd126814 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -654,7 +654,7 @@ int main(int argc, char *argv[]) break; default: - printf("Usage: %s [-n] [-c channel] [bdaddr]\n", argv[0]); + printf("Usage: %s [-n] [bdaddr]\n", argv[0]); exit(1); } } -- cgit