summaryrefslogtreecommitdiff
path: root/tools/bluemoon.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-09-15 23:48:01 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-09-15 23:48:01 +0200
commit2cd3c15a72e513d407ec5e9ecc00e8c5a86483b2 (patch)
treedb79047959c9cf6767dcdf59457c906949a7b293 /tools/bluemoon.c
parentab42853d61acc06dd7d0065a346378c713ad5614 (diff)
downloadbluez-2cd3c15a72e513d407ec5e9ecc00e8c5a86483b2.tar.gz
tools: Fix usage text for address parameter
Diffstat (limited to 'tools/bluemoon.c')
-rw-r--r--tools/bluemoon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bluemoon.c b/tools/bluemoon.c
index 103532a0b..270141c3e 100644
--- a/tools/bluemoon.c
+++ b/tools/bluemoon.c
@@ -593,7 +593,7 @@ static void usage(void)
"Usage:\n");
printf("\tbluemoon [options]\n");
printf("Options:\n"
- "\t-B, --bdaddr [addr] Set Bluetooth address\n"
+ "\t-A, --bdaddr [addr] Set Bluetooth address\n"
"\t-F, --firwmare [file] Load firmware\n"
"\t-R, --reset Reset controller\n"
"\t-i, --index <num> Use specified controller\n"