diff --git a/python/src/trezorlib/cli/trezorctl.py b/python/src/trezorlib/cli/trezorctl.py index 183ed8026f..64308ee0cc 100755 --- a/python/src/trezorlib/cli/trezorctl.py +++ b/python/src/trezorlib/cli/trezorctl.py @@ -387,7 +387,7 @@ def delete_channels() -> None: Delete cached channels. Do not use together with the `-n` (`--no-store`) flag, - as the JSON database will not be deleted. + as the JSON database will not be deleted in that case. """ get_channel_db().clear_stored_channels()