From 1441dffe0e43987e0a0489b381a958f464e4654f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 12 Mar 2015 15:21:22 +0100 Subject: [PATCH] cmdtr -> trezorctl --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 10c9d23274..d63a35c690 100644 --- a/Makefile.include +++ b/Makefile.include @@ -85,7 +85,7 @@ flash2: $(NAME).hex -c "shutdown" upload: - ../../python-trezor/cmdtr.py firmware_update -f $(NAME).bin + ../../python-trezor/trezorctl firmware_update -f $(NAME).bin sign: $(NAME).bin ../bootloader/firmware_sign.py -f $(NAME).bin