diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index c29c1cb..5762b2b 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
return noninteractive_quit(EXIT_FAILURE);
}
- while ((opt = getopt_long(argc, argv, "+lbu:r:p:h",
+ while ((opt = getopt_long(argc, argv, "+lbu:r:h",
find_service_options, NULL)) != -1) {
switch (opt) {
case 'l':
static void find_usage(void)
{
- print("Usage: find [-l|-b]>");
+ print("Usage: find [-l|-b] [-L]");
}
static struct option find_options[] = {
static void irks_usage(void)
{
- print("Usage: irks [--local]");
+ print("Usage: irks [--local <index>] [--file <file path>]");
}
static struct option irks_options[] = {