1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-18 20:38:10 +00:00

doc(python): change wording from beta wallet to beta channel

[skip_ci]
This commit is contained in:
Pavol Rusnak 2021-03-02 10:39:20 +01:00
parent 35505e9a17
commit 10edcb0d3a
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -181,7 +181,7 @@ def find_best_firmware_version(
@click.option("-v", "--version")
@click.option("-s", "--skip-check", is_flag=True, help="Do not validate firmware integrity")
@click.option("-n", "--dry-run", is_flag=True, help="Perform all steps but do not actually upload the firmware")
@click.option("--beta", is_flag=True, help="Use firmware from BETA wallet")
@click.option("--beta", is_flag=True, help="Use firmware from BETA channel")
@click.option("--bitcoin-only", is_flag=True, help="Use bitcoin-only firmware (if possible)")
@click.option("--raw", is_flag=True, help="Push raw data to Trezor")
@click.option("--fingerprint", help="Expected firmware fingerprint in hex")