diff --git a/tools/tcat_ble_client/cli/base_commands.py b/tools/tcat_ble_client/cli/base_commands.py index 7a1e478078dc..411bc821e932 100644 --- a/tools/tcat_ble_client/cli/base_commands.py +++ b/tools/tcat_ble_client/cli/base_commands.py @@ -157,7 +157,7 @@ def get_log_string(self) -> str: return 'Retrieving network name.' def get_help_string(self) -> str: - return 'Get the network name that is commissioned in the active dataset.' + return 'Get the Thread network name that is commissioned in the active dataset.' def prepare_data(self, context): return TLV(TcatTLVType.GET_NETWORK_NAME.value, bytes()).to_bytes()