1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00

more cleanup

This commit is contained in:
Pavol Rusnak 2017-12-02 22:06:44 +01:00
parent 8b9cba832c
commit 45835733bc
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -114,7 +114,7 @@ def ls(transport_name):
return devices
@cli.command(name='version', help='Show version of trezorctl/trezorlib.')
@cli.command(help='Show version of trezorctl/trezorlib.')
def version():
from trezorlib import __version__ as VERSION
return VERSION