diff --git a/tools/tcat_ble_client/cli/base_commands.py b/tools/tcat_ble_client/cli/base_commands.py index 921597a335a..007069b31a5 100644 --- a/tools/tcat_ble_client/cli/base_commands.py +++ b/tools/tcat_ble_client/cli/base_commands.py @@ -390,7 +390,7 @@ async def execute_default(self, args, context): class DisconnectCommand(Command): def get_help_string(self) -> str: - return 'Disconnect from device' + return 'Disconnect client from TCAT device' async def execute_default(self, args, context): await context['ble_sstream'].close()