From 45835733bc2381bdc0965f17f827c91b69a3960b Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 2 Dec 2017 22:06:44 +0100 Subject: [PATCH] more cleanup --- trezorctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trezorctl b/trezorctl index 9f38853e18..7dc830b10a 100755 --- a/trezorctl +++ b/trezorctl @@ -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