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
1 changed files with 1 additions and 1 deletions

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