diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-14 16:10:51 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-14 16:10:51 +0000 |
commit | 26693c0cf463038c093280105ade789d71317f7a (patch) | |
tree | b54d50d554992bc8ce5549d0d5106e58ddd047ec | |
parent | 5ae740ae08871959be20d3d0704b77b2bda05410 (diff) |
Remove -c from usage print since it's nolonger supported
-rw-r--r-- | audio/headset.c | 2 |
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); } } |