trezor / python-trezor

:snake: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
201 stars 194 forks source link

Small typo in firmware_update function #303

Closed strmci closed 5 years ago

strmci commented 6 years ago

On line 412 in trezorctl.py it says

"You can use only one of: firmware, url, version."

but it probably should be

"You can use only one of: filename, url, version."