summaryrefslogtreecommitdiff
path: root/tools/hciconfig.c
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2012-09-28 13:58:53 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-09-28 16:51:23 +0300
commit6026d2ebd227c9bb0b01807c41cbe134b3375f78 (patch)
tree65a0c90cd98743aab9c1b0440e97380e7dde009c /tools/hciconfig.c
parentc59687657d8d72a43f1f7272b3d16e82243aae1c (diff)
downloadbluez-6026d2ebd227c9bb0b01807c41cbe134b3375f78.tar.gz
hciconfig: Clarify what oobdata command do
oobdata command results in reading new local OOB data and invalidates previously read data. Current command description is misleading.
Diffstat (limited to 'tools/hciconfig.c')
-rw-r--r--tools/hciconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hciconfig.c b/tools/hciconfig.c
index f1458b94c..64f265000 100644
--- a/tools/hciconfig.c
+++ b/tools/hciconfig.c
@@ -1924,7 +1924,7 @@ static struct {
{ "scomtu", cmd_scomtu, "<mtu:pkt>", "Set SCO MTU and number of packets" },
{ "putkey", cmd_putkey, "<bdaddr>", "Store link key on the device" },
{ "delkey", cmd_delkey, "<bdaddr>", "Delete link key from the device" },
- { "oobdata", cmd_oob_data, 0, "Display local OOB data" },
+ { "oobdata", cmd_oob_data, 0, "Get local OOB data" },
{ "commands", cmd_commands, 0, "Display supported commands" },
{ "features", cmd_features, 0, "Display device features" },
{ "version", cmd_version, 0, "Display version information" },