From: ERAMOTO Masaya Date: Fri, 16 Feb 2018 05:51:21 +0000 (+0900) Subject: client: Improve help messages for advertise X-Git-Tag: accepted/tizen/unified/20190522.085452~1^2~173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=737f235ab20af026ec80e64d746379fc6a006fa7;p=platform%2Fupstream%2Fbluez.git client: Improve help messages for advertise Change-Id: Id56c9df117e6c817b4d3b5dda6b54941441349b4 Signed-off-by: Amit Purwar --- diff --git a/client/main.c b/client/main.c index 7f292ff..1fd27fc 100644 --- a/client/main.c +++ b/client/main.c @@ -2308,19 +2308,19 @@ static const struct bt_shell_menu advertise_menu = { .desc = "Advertise Options Submenu", .entries = { { "uuids", "[uuid1 uuid2 ...]", cmd_advertise_uuids, - "Set advertise uuids" }, + "Set/Get advertise uuids" }, { "service", "[uuid] [data=xx xx ...]", cmd_advertise_service, - "Set advertise service data" }, + "Set/Get advertise service data" }, { "manufacturer", "[id] [data=xx xx ...]", cmd_advertise_manufacturer, - "Set advertise manufacturer data" }, + "Set/Get advertise manufacturer data" }, { "tx-power", "[on/off]", cmd_advertise_tx_power, - "Enable/disable TX power to be advertised", + "Show/Enable/Disable TX power to be advertised", NULL }, { "name", "[on/off/name]", cmd_advertise_name, - "Enable/disable local name to be advertised" }, - { "appearance", "[value]", cmd_advertise_appearance, - "Set custom appearance to be advertised" }, + "Configure local name to be advertised" }, + { "appearance", "[on/off/value]", cmd_advertise_appearance, + "Configure custom appearance to be advertised" }, { "duration", "[seconds]", cmd_advertise_duration, "Set/Get advertise duration" }, { "timeout", "[seconds]", cmd_advertise_timeout,