From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Commands with no arguments shall use NULL not empty string. --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index 3534bd329..f0f62fe2a 100644 --- a/client/main.c +++ b/client/main.c @@ -2239,7 +2239,7 @@ static const struct bt_shell_menu scan_menu = { cmd_set_scan_filter_duplicate_data, "Set scan filter duplicate data", mode_generator }, - { "set-filter-clear", "", cmd_set_scan_filter_clear, + { "set-filter-clear", NULL, cmd_set_scan_filter_clear, "Clears discovery filter." }, { } }, }; -- 2.13.6 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html