diff --git a/python/src/trezorlib/cli/device.py b/python/src/trezorlib/cli/device.py index fa4c18d108..0d272cbfd4 100644 --- a/python/src/trezorlib/cli/device.py +++ b/python/src/trezorlib/cli/device.py @@ -310,10 +310,7 @@ def sd_protect( @cli.command() @click.pass_obj def reboot_to_bootloader(obj: "TrezorConnection") -> None: - """Reboot device into bootloader mode. - - Currently only supported on Trezor Model One. - """ + """Reboot device into bootloader mode.""" # avoid using @with_client because it closes the session afterwards, # which triggers double prompt on device with obj.client_context() as client: