summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2022-01-06 11:26:32 -0800
committerBrian Gix <brian.gix@intel.com>2022-01-12 14:34:55 -0800
commit9761d7b1e4daeab727ab9a20d2ecedc6dfd5325c (patch)
tree910119884db2f13a2b9de283daee586df1fe2971 /tools
parentf688edd8e1cab760e7b352181fed927869784a67 (diff)
downloadbluez-9761d7b1e4daeab727ab9a20d2ecedc6dfd5325c.tar.gz
tools/mesh-cfgclient: Fix config menu help message
An info message suggesting to request a remote node composition should reference the correct menu command: "composition-get".
Diffstat (limited to 'tools')
-rw-r--r--tools/mesh/cfgcli.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/mesh/cfgcli.c b/tools/mesh/cfgcli.c
index f815c513c..a48eace74 100644
--- a/tools/mesh/cfgcli.c
+++ b/tools/mesh/cfgcli.c
@@ -1291,7 +1291,7 @@ static void cmd_bind(uint32_t opcode, int argc, char *argv[])
if (!remote_has_composition(target)) {
bt_shell_printf("Node composition is unknown\n");
- bt_shell_printf("Call \"get-composition\" first\n");
+ bt_shell_printf("Call \"composition-get\" first\n");
return bt_shell_noninteractive_quit(EXIT_FAILURE);
}
@@ -1493,7 +1493,7 @@ static void cmd_pub_set(int argc, char *argv[])
if (!remote_has_composition(target)) {
bt_shell_printf("Node composition is unknown\n");
- bt_shell_printf("Call \"get-composition\" first\n");
+ bt_shell_printf("Call \"composition-get\" first\n");
return bt_shell_noninteractive_quit(EXIT_FAILURE);
}
@@ -1593,7 +1593,7 @@ static void subscription_cmd(int argc, char *argv[], uint32_t opcode)
if (!remote_has_composition(target)) {
bt_shell_printf("Node composition is unknown\n");
- bt_shell_printf("Call \"get-composition\" first\n");
+ bt_shell_printf("Call \"composition-get\" first\n");
return bt_shell_noninteractive_quit(EXIT_FAILURE);
}