diff --git a/trezorctl b/trezorctl index 9c4c5405e9..0f617610b2 100755 --- a/trezorctl +++ b/trezorctl @@ -450,7 +450,7 @@ class Commands(object): (('-p', '--pin-protection'), {'action': 'store_true', 'default': False}), (('-r', '--passphrase-protection'), {'action': 'store_true', 'default': False}), (('-l', '--label'), {'type': str, 'default': ''}), - (('-t', '--type'), {'type': str, 'choices': ['scrambled', 'matrix'], 'default': 'matrix'}), + (('-t', '--type'), {'type': str, 'choices': ['scrambled', 'matrix'], 'default': 'scrambled'}), ) load_device.arguments = (