diff --git a/python/src/trezorlib/cli/ble.py b/python/src/trezorlib/cli/ble.py index c4ecf8fba6..99bfe2738d 100644 --- a/python/src/trezorlib/cli/ble.py +++ b/python/src/trezorlib/cli/ble.py @@ -135,5 +135,5 @@ def erase_bonds( except exceptions.Cancelled: click.echo("Erase aborted on device.") except exceptions.TrezorException as e: - click.echo(f"Update failed: {e}") + click.echo(f"Erase bonds failed: {e}") sys.exit(3)