From ae6d02edf5731a78108030c7dcc74e7c134b88ed Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 17 Sep 2019 18:35:04 +0200 Subject: [PATCH] python: typo in trezorctl --- python/src/trezorlib/cli/trezorctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/trezorlib/cli/trezorctl.py b/python/src/trezorlib/cli/trezorctl.py index b0f5634f5..ac50001db 100755 --- a/python/src/trezorlib/cli/trezorctl.py +++ b/python/src/trezorlib/cli/trezorctl.py @@ -809,7 +809,7 @@ def firmware_update( try: if f.major_version == 1 and f.firmware_present is not False: # Trezor One does not send ButtonRequest - click.echo("Please confirm action on your Trezor device") + click.echo("Please confirm the action on your Trezor device") return firmware.update(client, data) except exceptions.Cancelled: click.echo("Update aborted on device.")