trezorctl: fix doc for set_display_rotation

there is no default, so "Defaults to north" is incorrect
pull/25/head
matejcik 5 years ago committed by matejcik
parent 47a40fb290
commit 50fe0d96bb

@ -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)

Loading…
Cancel
Save