summaryrefslogtreecommitdiff
path: root/tools/btmgmt.c
diff options
context:
space:
mode:
authorERAMOTO Masaya <eramoto.masaya@jp.fujitsu.com>2017-10-06 13:14:59 +0900
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-10-16 17:06:33 +0300
commit965a283084be64ef313579e1832fb165a1663892 (patch)
treed18a6b3da0acf6877ce68fca9373947dc50d6ab3 /tools/btmgmt.c
parent133cbc759152c0a8d20e38387207b9212b25a64b (diff)
downloadbluez-965a283084be64ef313579e1832fb165a1663892.tar.gz
tools/btmgmt: Remove 'btmgmt' from stop-find usage
Apply the similar change as 5c35029fad ("tools/btmgmt: Remove 'btmgmt' from help output") to stop-find usage.
Diffstat (limited to 'tools/btmgmt.c')
-rw-r--r--tools/btmgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index 0f21f48da..c29c1cbb3 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -2370,7 +2370,7 @@ static void stop_find_rsp(uint8_t status, uint16_t len, const void *param,
static void stop_find_usage(void)
{
- print("Usage: btmgmt stop-find [-l|-b]");
+ print("Usage: stop-find [-l|-b]");
}
static struct option stop_find_options[] = {