From 50fe0d96bb1dc7375023e4e0293ce8fec963a042 Mon Sep 17 00:00:00 2001 From: matejcik Date: Fri, 5 Apr 2019 13:38:59 +0200 Subject: [PATCH] trezorctl: fix doc for set_display_rotation there is no default, so "Defaults to north" is incorrect --- trezorctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trezorctl b/trezorctl index a00972f366..a447252ba1 100755 --- a/trezorctl +++ b/trezorctl @@ -299,7 +299,7 @@ def set_display_rotation(connect, rotation): """Set display rotation. Configure display rotation for Trezor Model T. The options are - north, east, south or west. Defaults to north. + north, east, south or west. """ return device.apply_settings(connect(), display_rotation=rotation)