From 10edcb0d3adbd8ff524133c2671f34f9dc085e8c Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 2 Mar 2021 10:39:20 +0100 Subject: [PATCH] doc(python): change wording from beta wallet to beta channel [skip_ci] --- python/src/trezorlib/cli/firmware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/trezorlib/cli/firmware.py b/python/src/trezorlib/cli/firmware.py index 1c7f87d12..2f3212c8b 100644 --- a/python/src/trezorlib/cli/firmware.py +++ b/python/src/trezorlib/cli/firmware.py @@ -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")