summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-11-14 16:10:51 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-11-14 16:10:51 +0000
commit26693c0cf463038c093280105ade789d71317f7a (patch)
treeb54d50d554992bc8ce5549d0d5106e58ddd047ec
parent5ae740ae08871959be20d3d0704b77b2bda05410 (diff)
Remove -c from usage print since it's nolonger supported
-rw-r--r--audio/headset.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}